EntitleResourceParameters.ResourceType 属性

 

必需。 该资源所要求的类型。

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

语法

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

属性值

Type: System.String

请参阅

EntitleResourceParameters 类
Microsoft.WindowsAzure.Management.Scheduler.Models 命名空间

返回页首