Interface WebPubSubResource.DefinitionStages.WithDisableAadAuth

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

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

    • withDisableAadAuth

      WebPubSubResource.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.