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