Uses of Enum
com.azure.resourcemanager.batch.models.AuthenticationMode
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return types with arguments of type AuthenticationModeModifier 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.Method parameters in com.azure.resourcemanager.batch.fluent.models with type arguments of type AuthenticationModeModifier 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
Methods in com.azure.resourcemanager.batch.models that return AuthenticationModeModifier and TypeMethodDescriptionstatic AuthenticationModeAuthenticationMode.fromString(String value) Parses a serialized value to a AuthenticationMode instance.static AuthenticationModeReturns 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.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type AuthenticationModeModifier 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.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type AuthenticationModeModifier 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.