RoleInstance.InstanceName 属性

 

获取或设置特定角色实例的名称 (如果正在运行的角色实例。

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

语法

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

属性值

Type: System.String

名称。

请参阅

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

返回页首