Sdílet prostřednictvím


CredentialCreateOrUpdateProperties Konstruktory

Definice

Přetížení

CredentialCreateOrUpdateProperties()
CredentialCreateOrUpdateProperties(String, String)

CredentialCreateOrUpdateProperties()

public CredentialCreateOrUpdateProperties ();
Public Sub New ()

Platí pro

CredentialCreateOrUpdateProperties(String, String)

public CredentialCreateOrUpdateProperties (string userName, string password);
new Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateProperties : string * string -> Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateProperties
Public Sub New (userName As String, password As String)

Parametry

userName
String
password
String

Platí pro