Share via


Classe ServiceCertificateListResponse

 

Representa uma lista de certificados de serviço.

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.ServiceCertificateListResponse

Sintaxe

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

Construtores

Nome Descrição
ServiceCertificateListResponse()

Inicializa uma nova instância de ServiceCertificateListResponse classe.

Propriedades

Nome Descrição
Certificates

Obtém ou define uma coleção de ServiceCertificateListResponse.Certificate objetos que definem os certificados de serviço que são válidos 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 ServiceCertificateListResponse.Certificate 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 ServiceCertificateListResponse.Certificate 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