ManagementCertificateListResponse Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
A resposta da operação List Management Certificates.
public class ManagementCertificateListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.Models.ManagementCertificateListResponse.SubscriptionCertificate>
type ManagementCertificateListResponse = class
inherit AzureOperationResponse
interface seq<ManagementCertificateListResponse.SubscriptionCertificate>
interface IEnumerable
Public Class ManagementCertificateListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of ManagementCertificateListResponse.SubscriptionCertificate)
- Herança
-
Microsoft.Azure.AzureOperationResponseManagementCertificateListResponse
- Implementações
Construtores
ManagementCertificateListResponse() |
Inicializa uma nova instância da classe ManagementCertificateListResponse. |
Propriedades
SubscriptionCertificates |
Opcional. Os certificados de gerenciamento válidos para sua assinatura. |
Métodos
GetEnumerator() |
Obtém a sequência de SubscriptionCertificates. |
Implantações explícitas de interface
IEnumerable.GetEnumerator() |
Obtém a sequência de SubscriptionCertificates. |
Métodos de Extensão
ToCommaSeparatedString<T>(IEnumerable<T>) |
Converte os elementos de uma coleção em cadeias de caracteres e concatena-os em uma lista separada por vírgulas ou retorna nulo para coleções nulas ou vazias. |
Aplica-se a
Azure SDK for .NET