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

The automation account.
Показать файл Открыть проект

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

Метод Описание
AutomationAccount ( ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the AutomationAccount class.

AutomationAccount ( string resourceGroupName, AutomationManagement automationAccount ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the AutomationAccount class.

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

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

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

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

Initializes a new instance of the AutomationAccount class.
public AutomationAccount ( string resourceGroupName, AutomationManagement automationAccount ) : Microsoft.Azure.Commands.Automation.Common
resourceGroupName string /// The resource group name. ///
automationAccount AutomationManagement /// The automation account. ///
Результат Microsoft.Azure.Commands.Automation.Common