Uses of Interface
com.azure.resourcemanager.batch.models.BatchAccount.Update
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of BatchAccount.Update in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionBatchAccount.update()
Begins update for the BatchAccount resource.BatchAccount.UpdateStages.WithAllowedAuthenticationModes.withAllowedAuthenticationModes
(List<AuthenticationMode> allowedAuthenticationModes) Specifies the allowedAuthenticationModes property: List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.BatchAccount.UpdateStages.WithAutoStorage.withAutoStorage
(AutoStorageBaseProperties autoStorage) Specifies the autoStorage property: The properties related to the auto-storage account..BatchAccount.UpdateStages.WithEncryption.withEncryption
(EncryptionProperties encryption) Specifies the encryption property: Configures how customer data is encrypted inside the Batch account.BatchAccount.UpdateStages.WithIdentity.withIdentity
(BatchAccountIdentity identity) Specifies the identity property: The identity of the Batch account..BatchAccount.UpdateStages.WithNetworkProfile.withNetworkProfile
(NetworkProfile networkProfile) Specifies the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled..BatchAccount.UpdateStages.WithPublicNetworkAccess.withPublicNetworkAccess
(PublicNetworkAccessType publicNetworkAccess) Specifies the publicNetworkAccess property: If not specified, the default value is 'enabled'..Specifies the tags property: The user-specified tags associated with the account..