C# Класс Microsoft.Azure.Commands.Automation.Model.CredentialInfo

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CredentialInfo() публичный Метод

Initializes a new instance of the CredentialInfo class.
public CredentialInfo ( ) : Microsoft.Azure.Commands.Automation.Common
Результат Microsoft.Azure.Commands.Automation.Common

CredentialInfo() публичный Метод

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. ///
Результат Microsoft.Azure.Commands.Automation.Common