Share via


HostedServiceAddExtensionParameters.Version Property

 

Optional. Specifies the version of the extension. If this element is not specified or an asterisk (*) is used as the value, the latest version of the extension is used. If the value is specified with a major version number and an asterisk as the minor version number (X.*), the latest minor version of the specified major version is selected. If a major version number and a minor version number are specified (X.Y), the specific extension version is selected. If a version is specified, an auto-upgrade is performed on the role instance.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public string Version { get; set; }
public:
property String^ Version {
    String^ get();
    void set(String^ value);
}
member Version : string with get, set
Public Property Version As String

Property Value

Type: System.String

See Also

HostedServiceAddExtensionParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top