Interface ConfigurationStore.DefinitionStages.WithDisableLocalAuth

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

public static interface ConfigurationStore.DefinitionStages.WithDisableLocalAuth
The stage of the ConfigurationStore definition allowing to specify disableLocalAuth.
  • Method Details

    • withDisableLocalAuth

      ConfigurationStore.DefinitionStages.WithCreate withDisableLocalAuth(Boolean disableLocalAuth)
      Specifies the disableLocalAuth property: Disables all authentication methods other than AAD authentication..
      Parameters:
      disableLocalAuth - Disables all authentication methods other than AAD authentication.
      Returns:
      the next definition stage.