C# 클래스 Microsoft.Azure.Commands.Automation.Model.AutomationAccount

The automation account.
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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