Condividi tramite


Proprietà CredentialListResponse.Credentials

 

Facoltativa. Ottiene o imposta un elenco di credenziali.

Spazio dei nomi:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Sintassi

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)

Valore proprietà

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

Vedere anche

Classe CredentialListResponse
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models

Torna all'inizio