CloudServiceListResponse 类

 

云服务列表操作的响应结构中。

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

继承层次结构

System.Object
  Hyak.Common.HttpOperationResponse
    Microsoft.Azure.AzureOperationResponse
      Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse

语法

public class CloudServiceListResponse : AzureOperationResponse, 
    IEnumerable<CloudServiceListResponse.CloudService>, IEnumerable
public ref class CloudServiceListResponse : AzureOperationResponse, 
    IEnumerable<CloudServiceListResponse::CloudService^>, IEnumerable
type CloudServiceListResponse = 
    class
        inherit AzureOperationResponse
        interface IEnumerable<CloudServiceListResponse.CloudService>
        interface IEnumerable
    end
Public Class CloudServiceListResponse
    Inherits AzureOperationResponse
    Implements IEnumerable(Of CloudServiceListResponse.CloudService),
    IEnumerable

构造函数

名称 说明
CloudServiceListResponse()

初始化 CloudServiceListResponse 类的新实例。

属性

名称 说明
CloudServices

可选。 为此订阅的云服务位置的列表。

RequestId

(从 AzureOperationResponse 继承。)

StatusCode

(从 HttpOperationResponse 继承。)

方法

名称 说明
Equals(Object)

(从 Object 继承。)

Finalize()

(从 Object 继承。)

GetEnumerator()

获取 CloudServices 的序列。

GetHashCode()

(从 Object 继承。)

GetType()

(从 Object 继承。)

MemberwiseClone()

(从 Object 继承。)

ToString()

(从 Object 继承。)

显式接口实现

名称 说明
IEnumerable.GetEnumerator()

获取 CloudServices 的序列。

线程安全

此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

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

返回页首