CredentialCreateOrUpdateParameters Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
CredentialCreateOrUpdateParameters() |
Inicializuje novou instanci CredentialCreateOrUpdateParameters třídy. |
CredentialCreateOrUpdateParameters(String, CredentialCreateOrUpdateProperties) | |
CredentialCreateOrUpdateParameters(String, String, String, String) |
Inicializuje novou instanci CredentialCreateOrUpdateParameters třídy. |
CredentialCreateOrUpdateParameters()
Inicializuje novou instanci CredentialCreateOrUpdateParameters třídy.
public CredentialCreateOrUpdateParameters ();
Public Sub New ()
Platí pro
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)
Parametry
- name
- String
- properties
- CredentialCreateOrUpdateProperties
Platí pro
CredentialCreateOrUpdateParameters(String, String, String, String)
Inicializuje novou instanci CredentialCreateOrUpdateParameters třídy.
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)
Parametry
- name
- String
Získá nebo nastaví název přihlašovacích údajů.
- userName
- String
Získá nebo nastaví uživatelské jméno přihlašovacích údajů.
- password
- String
Získá nebo nastaví heslo přihlašovacích údajů.
- description
- String
Získá nebo nastaví popis přihlašovacích údajů.
Platí pro
Azure SDK for .NET