Interface BatchAccount.UpdateStages.WithAllowedAuthenticationModes

All Known Subinterfaces:
BatchAccount.Update
Enclosing interface:
BatchAccount.UpdateStages

public static interface BatchAccount.UpdateStages.WithAllowedAuthenticationModes
The stage of the BatchAccount update allowing to specify allowedAuthenticationModes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the allowedAuthenticationModes property: List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.
  • Method Details

    • withAllowedAuthenticationModes

      BatchAccount.Update 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.