AutomationAccount Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.