Uses of Class
com.azure.resourcemanager.automation.models.AutomationAccountCreateOrUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of AutomationAccountCreateOrUpdateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionAutomationAccountsClient.createOrUpdate
(String resourceGroupName, String automationAccountName, AutomationAccountCreateOrUpdateParameters parameters) Create or update automation account.com.azure.core.http.rest.Response<AutomationAccountInner>
AutomationAccountsClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, AutomationAccountCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create or update automation account. -
Uses of AutomationAccountCreateOrUpdateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionAutomationAccountCreateOrUpdateParameters.withDisableLocalAuth
(Boolean disableLocalAuth) Set the disableLocalAuth property: Indicates whether requests using non-AAD authentication are blocked.AutomationAccountCreateOrUpdateParameters.withEncryption
(EncryptionProperties encryption) Set the encryption property: Set the encryption properties for the automation account.AutomationAccountCreateOrUpdateParameters.withIdentity
(Identity identity) Set the identity property: Sets the identity property for automation account.AutomationAccountCreateOrUpdateParameters.withLocation
(String location) Set the location property: Gets or sets the location of the resource.Set the name property: Gets or sets name of the resource.AutomationAccountCreateOrUpdateParameters.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.