IAutomationPSClient.UpdateAutomationAccount 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 UpdateAutomationAccount (string resourceGroupName, string automationAccountName, 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 UpdateAutomationAccount : string * string * string * System.Collections.IDictionary * bool * string[] * bool * bool * string * string * string * string * bool -> Microsoft.Azure.Commands.Automation.Model.AutomationAccount
Public Function UpdateAutomationAccount (resourceGroupName As String, automationAccountName 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
- plan
- String
- tags
- IDictionary
- addSystemId
- Boolean
- userIds
- String[]
- enableAMK
- Boolean
- enableCMK
- Boolean
- KeyName
- String
- KeyVersion
- String
- KeyVaultUri
- String
- UserIdentityEncryption
- String
- disablePublicNetworkAccess
- Boolean