Compartilhar via


CredentialListResponse.Credentials Propriedade

 

Opcional. Obtém ou define uma lista de credenciais.

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

Sintaxe

public IList<Credential> Credentials { get; set; }
public:
property IList<Credential^>^ Credentials {
    IList<Credential^>^ get();
    void set(IList<Credential^>^ value);
}
member Credentials : IList<Credential> with get, set
Public Property Credentials As IList(Of Credential)

Valor de propriedade

Type: System.Collections.Generic.IList<Credential>

Consulte também

Classe CredentialListResponse
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo