ResourceExtensionStatus.Code 属性

 

可选。 发送的资源扩展的状态代码。

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

语法

public Nullable<int> Code { get; set; }
public:
property Nullable<int> Code {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member Code : Nullable<int> with get, set
Public Property Code As Nullable(Of Integer)

属性值

Type: System.Nullable<Int32>

请参阅

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

返回页首