directoryservice_update_directory_setup {paws.security.identity} | R Documentation |
Updates the directory for a particular update type
Description
Updates the directory for a particular update type.
See https://www.paws-r-sdk.com/docs/directoryservice_update_directory_setup/ for full documentation.
Usage
directoryservice_update_directory_setup(
DirectoryId,
UpdateType,
OSUpdateSettings = NULL,
CreateSnapshotBeforeUpdate = NULL
)
Arguments
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. |
[Package paws.security.identity version 0.6.1 Index]