CredentialCreateOrUpdateParameters Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
CredentialCreateOrUpdateParameters() |
Inicializa uma nova instância da classe CredentialCreateOrUpdateParameters. |
CredentialCreateOrUpdateParameters(String, CredentialCreateOrUpdateProperties) | |
CredentialCreateOrUpdateParameters(String, String, String, String) |
Inicializa uma nova instância da classe CredentialCreateOrUpdateParameters. |
CredentialCreateOrUpdateParameters()
Inicializa uma nova instância da classe CredentialCreateOrUpdateParameters.
public CredentialCreateOrUpdateParameters ();
Public Sub New ()
Aplica-se a
CredentialCreateOrUpdateParameters(String, CredentialCreateOrUpdateProperties)
public CredentialCreateOrUpdateParameters (string name, Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateParameters
Public Sub New (name As String, properties As CredentialCreateOrUpdateProperties)
Parâmetros
- name
- String
- properties
- CredentialCreateOrUpdateProperties
Aplica-se a
CredentialCreateOrUpdateParameters(String, String, String, String)
Inicializa uma nova instância da classe CredentialCreateOrUpdateParameters.
public CredentialCreateOrUpdateParameters (string name, string userName, string password, string description = default);
new Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateParameters : string * string * string * string -> Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateParameters
Public Sub New (name As String, userName As String, password As String, Optional description As String = Nothing)
Parâmetros
- name
- String
Obtém ou define o nome da credencial.
- userName
- String
Obtém ou define o nome de utilizador da credencial.
- password
- String
Obtém ou define a palavra-passe da credencial.
- description
- String
Obtém ou define a descrição da credencial.
Aplica-se a
Azure SDK for .NET