IAutomationClient.CreateAutomationAccount Method
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.
public Microsoft.Azure.Commands.Automation.Model.AutomationAccount CreateAutomationAccount (string resourceGroupName, string automationAccountName, string location, string plan, System.Collections.IDictionary tags);
abstract member CreateAutomationAccount : string * string * string * string * System.Collections.IDictionary -> Microsoft.Azure.Commands.Automation.Model.AutomationAccount
Public Function CreateAutomationAccount (resourceGroupName As String, automationAccountName As String, location As String, plan As String, tags As IDictionary) As AutomationAccount
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- location
- String
- plan
- String
- tags
- IDictionary