Share via


IAutomationPSClient.CreateAutomationAccount Method

Definition

public Microsoft.Azure.Commands.Automation.Model.AutomationAccount CreateAutomationAccount (string resourceGroupName, string automationAccountName, string location, string plan, System.Collections.IDictionary tags, bool addSystemId, string[] userIds, bool enableAMK, bool enableCMK, string KeyName, string KeyVersion, string KeyVaultUri, string UserIdentityEncryption, bool disablePublicNetworkAccess);
abstract member CreateAutomationAccount : string * string * string * string * System.Collections.IDictionary * bool * string[] * bool * bool * string * string * string * string * bool -> Microsoft.Azure.Commands.Automation.Model.AutomationAccount
Public Function CreateAutomationAccount (resourceGroupName As String, automationAccountName As String, location As String, plan As String, tags As IDictionary, addSystemId As Boolean, userIds As String(), enableAMK As Boolean, enableCMK As Boolean, KeyName As String, KeyVersion As String, KeyVaultUri As String, UserIdentityEncryption As String, disablePublicNetworkAccess As Boolean) As AutomationAccount

Parameters

resourceGroupName
String
automationAccountName
String
location
String
plan
String
addSystemId
Boolean
userIds
String[]
enableAMK
Boolean
enableCMK
Boolean
KeyName
String
KeyVersion
String
KeyVaultUri
String
UserIdentityEncryption
String
disablePublicNetworkAccess
Boolean

Returns

Applies to