Compartilhar via


Classe HostedServiceListResponse

 

Representa a lista de serviços em nuvem que existem na assinatura.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)

Hierarquia de herança

System.Object
  Hyak.Common.HttpOperationResponse
    Microsoft.Azure.AzureOperationResponse
      Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse

Sintaxe

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

Construtores

Nome Descrição
HostedServiceListResponse()

Inicializa uma nova instância de HostedServiceListResponse classe.

Propriedades

Nome Descrição
HostedServices

Obtém ou define uma coleção de HostedServiceListResponse.HostedService objetos que definem os serviços de nuvem em uma assinatura.

RequestId

(herdado de AzureOperationResponse.)

StatusCode

(herdado de HttpOperationResponse.)

Métodos

Nome Descrição
Equals(Object)

(herdado de Object.)

Finalize()

(herdado de Object.)

GetEnumerator()

Recupera um objeto que pode iterar por meio de uma coleção de HostedServiceListResponse.HostedService objetos.

GetHashCode()

(herdado de Object.)

GetType()

(herdado de Object.)

MemberwiseClone()

(herdado de Object.)

ToString()

(herdado de Object.)

Implementações explícitas da interface

Nome Descrição
IEnumerable.GetEnumerator()

Recupera um objeto que pode iterar por meio de uma coleção de HostedServiceListResponse.HostedService objetos.

Acesso thread-safe

Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Namespace Microsoft.WindowsAzure.Management.Compute.Models

Retornar ao topo