Uses of Class
com.azure.resourcemanager.batch.models.BatchAccountUpdateParameters
Package
Description
Package containing the service clients for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of BatchAccountUpdateParameters in com.azure.resourcemanager.batch.fluent
Modifier and TypeMethodDescriptionBatchAccountsClient.update
(String resourceGroupName, String accountName, BatchAccountUpdateParameters parameters) Updates the properties of an existing Batch account.com.azure.core.http.rest.Response<BatchAccountInner>
BatchAccountsClient.updateWithResponse
(String resourceGroupName, String accountName, BatchAccountUpdateParameters parameters, com.azure.core.util.Context context) Updates the properties of an existing Batch account. -
Uses of BatchAccountUpdateParameters in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionBatchAccountUpdateParameters.withAllowedAuthenticationModes
(List<AuthenticationMode> allowedAuthenticationModes) Set the allowedAuthenticationModes property: List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.BatchAccountUpdateParameters.withAutoStorage
(AutoStorageBaseProperties autoStorage) Set the autoStorage property: The properties related to the auto-storage account.BatchAccountUpdateParameters.withEncryption
(EncryptionProperties encryption) Set the encryption property: Configures how customer data is encrypted inside the Batch account.BatchAccountUpdateParameters.withIdentity
(BatchAccountIdentity identity) Set the identity property: The identity of the Batch account.BatchAccountUpdateParameters.withNetworkProfile
(NetworkProfile networkProfile) Set the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled.BatchAccountUpdateParameters.withPublicNetworkAccess
(PublicNetworkAccessType publicNetworkAccess) Set the publicNetworkAccess property: If not specified, the default value is 'enabled'.Set the tags property: The user-specified tags associated with the account.