Compartilhar via


CredentialUpdateParameters.Name Propriedade

 

Obrigatório. Obtém ou define o nome da credencial.

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

Sintaxe

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Valor de propriedade

Type: System.String

Consulte também

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

Retornar ao topo