C# Class Microsoft.Azure.Commands.Automation.Model.CredentialInfo

Show file Open project: Azure/azure-powershell

Public Methods

Method Description
CredentialInfo ( ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the CredentialInfo class.

CredentialInfo ( string resourceGroupName, string accountAcccountName, Azure credential ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the CredentialInfo class.

Method Details

CredentialInfo() public method

Initializes a new instance of the CredentialInfo class.
public CredentialInfo ( ) : Microsoft.Azure.Commands.Automation.Common
return Microsoft.Azure.Commands.Automation.Common

CredentialInfo() public method

Initializes a new instance of the CredentialInfo class.
public CredentialInfo ( string resourceGroupName, string accountAcccountName, Azure credential ) : Microsoft.Azure.Commands.Automation.Common
resourceGroupName string /// The resource group name. ///
accountAcccountName string /// The account name. ///
credential Azure /// The Credential. ///
return Microsoft.Azure.Commands.Automation.Common