Skip to main content

ConditioneffectConfig

Properties

NameTypeDescriptionNotes
DefaultValueLabelStringEffect type's label.[optional]
ElementStringElement's identifier.[optional]

Examples

  • Prepare the resource
$ConditioneffectConfig = Initialize-ConditioneffectConfig  -DefaultValueLabel Access to Remove `
-Element 8110662963316867
  • Convert the resource to JSON
$ConditioneffectConfig | ConvertTo-JSON

[Back to top]