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]