BatchAccount.DefinitionStages.WithAllowedAuthenticationModes Interface
public static interface BatchAccount.DefinitionStages.WithAllowedAuthenticationModes
The stage of the BatchAccount definition allowing to specify allowedAuthenticationModes.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes)
Specifies the allowed |
Method Details
withAllowedAuthenticationModes
public abstract 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:
Returns: