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