次の方法で共有


CredentialCreateOrUpdateProperties コンストラクター

定義

オーバーロード

CredentialCreateOrUpdateProperties()
CredentialCreateOrUpdateProperties(String, String)

CredentialCreateOrUpdateProperties()

public CredentialCreateOrUpdateProperties();
Public Sub New ()

適用対象

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)

パラメーター

userName
String
password
String

適用対象