Uses of Class
com.azure.resourcemanager.batch.fluent.models.BatchAccountUpdateProperties
Package
Description
Package containing the inner data models for BatchManagementClient.
-
Uses of BatchAccountUpdateProperties in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionBatchAccountUpdateProperties.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.BatchAccountUpdateProperties.withAutoStorage
(AutoStorageBaseProperties autoStorage) Set the autoStorage property: The properties related to the auto-storage account.BatchAccountUpdateProperties.withEncryption
(EncryptionProperties encryption) Set the encryption property: Configures how customer data is encrypted inside the Batch account.BatchAccountUpdateProperties.withNetworkProfile
(NetworkProfile networkProfile) Set the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled.BatchAccountUpdateProperties.withPublicNetworkAccess
(PublicNetworkAccessType publicNetworkAccess) Set the publicNetworkAccess property: If not specified, the default value is 'enabled'.