HostedServiceAddExtensionParameters.Version 属性

 

可选。 指定扩展的版本。 如果未指定此元素或一个星号 (*) 用作值,则使用最新版本的扩展。 如果指定的值是与主版本号和一个星号作为次版本号 (X.*),则选择指定的主版本的最新次版本。 如果指定主版本号和次版本号 (X.Y),则选择特定的扩展版本。 如果指定版本,将对角色实例执行自动升级。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

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

属性值

Type: System.String

请参阅

HostedServiceAddExtensionParameters 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首