你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CredentialInfo Constructors

Definition

Overloads

CredentialInfo()

Initializes a new instance of the CredentialInfo class.

CredentialInfo(String, String, Credential)

Initializes a new instance of the CredentialInfo class.

CredentialInfo()

Initializes a new instance of the CredentialInfo class.

public CredentialInfo ();
Public Sub New ()

Applies to

CredentialInfo(String, String, Credential)

Initializes a new instance of the CredentialInfo class.

public CredentialInfo (string resourceGroupName, string accountAcccountName, Microsoft.Azure.Management.Automation.Models.Credential credential);
new Microsoft.Azure.Commands.Automation.Model.CredentialInfo : string * string * Microsoft.Azure.Management.Automation.Models.Credential -> Microsoft.Azure.Commands.Automation.Model.CredentialInfo
Public Sub New (resourceGroupName As String, accountAcccountName As String, credential As Credential)

Parameters

resourceGroupName
String

The resource group name.

accountAcccountName
String

The account name.

credential
Credential

The Credential.

Applies to