Uses of Class
com.azure.resourcemanager.automation.models.AutomationAccountUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of AutomationAccountUpdateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionAutomationAccountsClient.update
(String resourceGroupName, String automationAccountName, AutomationAccountUpdateParameters parameters) Update an automation account.com.azure.core.http.rest.Response<AutomationAccountInner>
AutomationAccountsClient.updateWithResponse
(String resourceGroupName, String automationAccountName, AutomationAccountUpdateParameters parameters, com.azure.core.util.Context context) Update an automation account. -
Uses of AutomationAccountUpdateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionAutomationAccountUpdateParameters.withDisableLocalAuth
(Boolean disableLocalAuth) Set the disableLocalAuth property: Indicates whether requests using non-AAD authentication are blocked.AutomationAccountUpdateParameters.withEncryption
(EncryptionProperties encryption) Set the encryption property: Set the encryption properties for the automation account.AutomationAccountUpdateParameters.withIdentity
(Identity identity) Set the identity property: Sets the identity property for automation account.AutomationAccountUpdateParameters.withLocation
(String location) Set the location property: Gets or sets the location of the resource.Set the name property: Gets or sets the name of the resource.AutomationAccountUpdateParameters.withPublicNetworkAccess
(Boolean publicNetworkAccess) Set the publicNetworkAccess property: Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet.Set the sku property: Gets or sets account SKU.Set the tags property: Gets or sets the tags attached to the resource.