View source: R/directoryservice_operations.R
directoryservice_update_directory_setup | R Documentation |
Updates the directory for a particular update type.
See https://www.paws-r-sdk.com/docs/directoryservice_update_directory_setup/ for full documentation.
directoryservice_update_directory_setup(
DirectoryId,
UpdateType,
OSUpdateSettings = NULL,
CreateSnapshotBeforeUpdate = NULL
)
DirectoryId |
[required] The identifier of the directory on which you want to perform the update. |
UpdateType |
[required] The type of update that needs to be performed on the directory. For example, OS. |
OSUpdateSettings |
The settings for the OS update that needs to be performed on the directory. |
CreateSnapshotBeforeUpdate |
The boolean that specifies if a snapshot for the directory needs to be taken before updating the directory. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.