Share via


IExtensionProperties.ExtensionParameterTypeHandlerVersion 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 ExtensionParameterTypeHandlerVersion { 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.ExtensionParameterTypeHandlerVersion : string with get, set
Public Property ExtensionParameterTypeHandlerVersion As String

Property Value

Attributes

Applies to