Поделиться через


CredentialCreateOrUpdateProperties Constructors

Definition

Overloads

CredentialCreateOrUpdateProperties()

public CredentialCreateOrUpdateProperties();
Public Sub New ()

Applies to

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)

Parameters

userName
String
password
String

Applies to