Uses of Enum
com.azure.resourcemanager.batch.models.AuthenticationMode
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of AuthenticationMode in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionBatchAccountCreateProperties.allowedAuthenticationModes()
Get the allowedAuthenticationModes property: List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.BatchAccountInner.allowedAuthenticationModes()
Get the allowedAuthenticationModes property: List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.BatchAccountProperties.allowedAuthenticationModes()
Get the allowedAuthenticationModes property: List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.BatchAccountUpdateProperties.allowedAuthenticationModes()
Get the allowedAuthenticationModes property: List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.Modifier and TypeMethodDescriptionBatchAccountCreateProperties.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.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. -
Uses of AuthenticationMode in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionstatic AuthenticationMode
AuthenticationMode.fromString
(String value) Parses a serialized value to a AuthenticationMode instance.static AuthenticationMode
Returns the enum constant of this type with the specified name.static AuthenticationMode[]
AuthenticationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionBatchAccount.allowedAuthenticationModes()
Gets the allowedAuthenticationModes property: List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.BatchAccountCreateParameters.allowedAuthenticationModes()
Get the allowedAuthenticationModes property: List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.BatchAccountUpdateParameters.allowedAuthenticationModes()
Get the allowedAuthenticationModes property: List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.Modifier and TypeMethodDescriptionBatchAccount.DefinitionStages.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.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.BatchAccountCreateParameters.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.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.