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

Property Value

Attributes

Applies to