VirtualMachineExtensionPatch.TypeHandlerVersion 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.
Specifies the Major.Minor version of the script handler. Customer is able to specify only the Major.Minor version of an extension, Azure platform will deliver the latest Patch.Hotfix version in the Major.Minor series.
public string TypeHandlerVersion { get; set; }
member this.TypeHandlerVersion : string with get, set
Public Property TypeHandlerVersion As String