Skip to main content

ScheduledActionResponseContentBackupOptionsObjectOptionsValue

Properties

NameTypeDescriptionNotes
IncludedNames[]StringSet of names to be included.[optional]

Examples

  • Prepare the resource
$ScheduledActionResponseContentBackupOptionsObjectOptionsValue = Initialize-ScheduledActionResponseContentBackupOptionsObjectOptionsValue  -IncludedNames ["Admin Role","User Role"]
  • Convert the resource to JSON
$ScheduledActionResponseContentBackupOptionsObjectOptionsValue | ConvertTo-JSON

[Back to top]