Skip to content

Delete Directory Config

appstream_delete_directory_config R Documentation

Deletes the specified Directory Config object from AppStream 2

Description

Deletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.

Usage

appstream_delete_directory_config(DirectoryName)

Arguments

DirectoryName

[required] The name of the directory configuration.

Value

An empty list.

Request syntax

svc$delete_directory_config(
  DirectoryName = "string"
)