Interface WebPubSubResource.UpdateStages.WithDisableAadAuth

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

public static interface WebPubSubResource.UpdateStages.WithDisableAadAuth
The stage of the WebPubSubResource update allowing to specify disableAadAuth.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDisableAadAuth(Boolean disableAadAuth)
    Specifies the disableAadAuth property: DisableLocalAuth Enable or disable aad auth When set as true, connection with AuthType=aad won't work..
  • Method Details

    • withDisableAadAuth

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