NewAzSapMonitorProviderInstance_CreateExpanded.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.
[Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Category(new Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.Info(Description="A JSON string containing metadata of the provider instance.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="metadata")]
[System.Management.Automation.Parameter(HelpMessage="A JSON string containing metadata of the provider instance.", Mandatory=false)]
public string Metadata { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Category(new Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.Info(Description="A JSON string containing metadata of the provider instance.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="metadata")>]
[<System.Management.Automation.Parameter(HelpMessage="A JSON string containing metadata of the provider instance.", Mandatory=false)>]
member this.Metadata : string with get, set
Public Property Metadata As String
Property Value
- Attributes