PolicySetDefinition.Metadata Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The policy set definition metadata, exposed with its pre-migration named type
IPolicySetDefinitionPropertiesMetadata instead of the raw IAny.
The generated flattened property is renamed to MetadataRaw (see tspconfig.yaml)
so this back-compatible accessor owns the Metadata name. It reads/writes the
same underlying Property.Metadata storage, so behavior is unchanged.
[Microsoft.Azure.PowerShell.Cmdlets.Policy.DoNotFormat]
[Microsoft.Azure.PowerShell.Cmdlets.Policy.Origin(Microsoft.Azure.PowerShell.Cmdlets.Policy.PropertyOrigin.Inlined)]
public Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicySetDefinitionPropertiesMetadata Metadata { get; set; }
public Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicySetDefinitionPropertiesMetadata Metadata { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.DoNotFormat>]
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Origin(Microsoft.Azure.PowerShell.Cmdlets.Policy.PropertyOrigin.Inlined)>]
member this.Metadata : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicySetDefinitionPropertiesMetadata with get, set
member this.Metadata : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicySetDefinitionPropertiesMetadata with get, set
Public Property Metadata As IPolicySetDefinitionPropertiesMetadata
Property Value
Implements
- Attributes