ITargetTypeProperties.PropertiesSchema 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.
URL to retrieve JSON schema of the Target Type properties.
[Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.Info(Create=false, Description="URL to retrieve JSON schema of the Target Type properties.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="propertiesSchema", Update=false)]
public string PropertiesSchema { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.Info(Create=false, Description="URL to retrieve JSON schema of the Target Type properties.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="propertiesSchema", Update=false)>]
member this.PropertiesSchema : string
Public ReadOnly Property PropertiesSchema As String
Property Value
- Attributes