Interface SignalRResource.DefinitionStages.WithDisableAadAuth

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

public static interface SignalRResource.DefinitionStages.WithDisableAadAuth
The stage of the SignalRResource definition allowing to specify disableAadAuth.
  • Method Details

    • withDisableAadAuth

      SignalRResource.DefinitionStages.WithCreate withDisableAadAuth(Boolean disableAadAuth)
      Specifies the disableAadAuth property: DisableLocalAuth Enable or disable aad auth When set as true, connection with AuthType=aad won't work..
      Parameters:
      disableAadAuth - DisableLocalAuth Enable or disable aad auth When set as true, connection with AuthType=aad won't work.
      Returns:
      the next definition stage.