你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutomationAccount Constructors

Definition

Overloads

AutomationAccount()

Initializes a new instance of the AutomationAccount class.

AutomationAccount(String, AutomationAccount)

Initializes a new instance of the AutomationAccount class.

AutomationAccount()

Initializes a new instance of the AutomationAccount class.

public AutomationAccount ();
Public Sub New ()

Applies to

AutomationAccount(String, AutomationAccount)

Initializes a new instance of the AutomationAccount class.

public AutomationAccount (string resourceGroupName, Microsoft.Azure.Management.Automation.Models.AutomationAccount automationAccount);
new Microsoft.Azure.Commands.Automation.Model.AutomationAccount : string * Microsoft.Azure.Management.Automation.Models.AutomationAccount -> Microsoft.Azure.Commands.Automation.Model.AutomationAccount
Public Sub New (resourceGroupName As String, automationAccount As AutomationAccount)

Parameters

resourceGroupName
String

The resource group name.

automationAccount
AutomationAccount

The automation account.

Applies to