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