HostedServiceListResponse 类
表示在订阅中存在的云服务的列表。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
继承层次结构
System.Object
Hyak.Common.HttpOperationResponse
Microsoft.Azure.AzureOperationResponse
Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse
语法
public class HostedServiceListResponse : AzureOperationResponse,
IEnumerable<HostedServiceListResponse.HostedService>, IEnumerable
public ref class HostedServiceListResponse : AzureOperationResponse,
IEnumerable<HostedServiceListResponse::HostedService^>, IEnumerable
type HostedServiceListResponse =
class
inherit AzureOperationResponse
interface IEnumerable<HostedServiceListResponse.HostedService>
interface IEnumerable
end
Public Class HostedServiceListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of HostedServiceListResponse.HostedService),
IEnumerable
构造函数
名称 | 说明 | |
---|---|---|
HostedServiceListResponse() | 初始化 HostedServiceListResponse 类的新实例。 |
属性
名称 | 说明 | |
---|---|---|
HostedServices | 获取或设置的集合 HostedServiceListResponse.HostedService 在订阅中定义的云服务的对象。 |
|
RequestId | (从 AzureOperationResponse 继承。) |
|
StatusCode | (从 HttpOperationResponse 继承。) |
方法
名称 | 说明 | |
---|---|---|
Equals(Object) | (从 Object 继承。) |
|
Finalize() | (从 Object 继承。) |
|
GetEnumerator() | 检索一个可循环访问的集合的对象 HostedServiceListResponse.HostedService 对象。 |
|
GetHashCode() | (从 Object 继承。) |
|
GetType() | (从 Object 继承。) |
|
MemberwiseClone() | (从 Object 继承。) |
|
ToString() | (从 Object 继承。) |
显式接口实现
名称 | 说明 | |
---|---|---|
IEnumerable.GetEnumerator() | 检索一个可循环访问的集合的对象 HostedServiceListResponse.HostedService 对象。 |
线程安全
此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参阅
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首