Interface BatchAccount.DefinitionStages.WithAllowedAuthenticationModes

All Known Subinterfaces:
BatchAccount.Definition, BatchAccount.DefinitionStages.WithCreate
Enclosing interface:
BatchAccount.DefinitionStages

public static interface BatchAccount.DefinitionStages.WithAllowedAuthenticationModes
The stage of the BatchAccount definition allowing to specify allowedAuthenticationModes.
  • Method Details

    • withAllowedAuthenticationModes

      BatchAccount.DefinitionStages.WithCreate 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. This does not affect authentication with the control plane..
      Parameters:
      allowedAuthenticationModes - List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane.
      Returns:
      the next definition stage.