CloudServiceListResponse.CloudService 类
定义一个项所在的云服务支持的区域。
命名空间: Microsoft.WindowsAzure.Management.Scheduler.Models
程序集: Microsoft.WindowsAzure.Management.Scheduler(Microsoft.WindowsAzure.Management.Scheduler.dll 中)
继承层次结构
System.Object
Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService
语法
public class CloudService
public ref class CloudService
type CloudService = class end
Public Class CloudService
构造函数
名称 | 说明 | |
---|---|---|
CloudServiceListResponse.CloudService() | 初始化 CloudService 类的新实例。 |
属性
名称 | 说明 | |
---|---|---|
Description | 可选。 云服务区域的说明。 |
|
GeoRegion | 可选。 可以在其中运行此云服务的地理区域。 |
|
Label | 可选。 云服务区域的标签。 |
|
Name | 可选。 云服务区域的名称。 |
|
Resources | 可选。 安装到云服务地区的现有资源的列表。 |
方法
名称 | 说明 | |
---|---|---|
Equals(Object) | (从 Object 继承。) |
|
Finalize() | (从 Object 继承。) |
|
GetHashCode() | (从 Object 继承。) |
|
GetType() | (从 Object 继承。) |
|
MemberwiseClone() | (从 Object 继承。) |
|
ToString() | (从 Object 继承。) |
线程安全
此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参阅
Microsoft.WindowsAzure.Management.Scheduler.Models 命名空间
返回页首