Delete Directory Config
| appstream_delete_directory_config | R Documentation |
Deletes the specified Directory Config object from WorkSpaces Applications¶
Description¶
Deletes the specified Directory Config object from WorkSpaces Applications. 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"
)