ICustomRpValidations.Specification 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 link to the validation specification. The specification must be hosted on raw.githubusercontent.com.
[Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.Info(Description="A link to the validation specification. The specification must be hosted on raw.githubusercontent.com.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="specification")]
public string Specification { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.Info(Description="A link to the validation specification. The specification must be hosted on raw.githubusercontent.com.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="specification")>]
member this.Specification : string with get, set
Public Property Specification As String
Property Value
- Attributes