IExtension.ParameterTypeHandlerVersion Property

Definition

Specifies the version of the script handler. Latest version would be used if not specified.

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Specifies the version of the script handler. Latest version would be used if not specified.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="typeHandlerVersion")]
public string ParameterTypeHandlerVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Specifies the version of the script handler. Latest version would be used if not specified.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="typeHandlerVersion")>]
member this.ParameterTypeHandlerVersion : string with get, set
Public Property ParameterTypeHandlerVersion As String

Property Value

Attributes

Applies to