Interface SignalRResource.UpdateStages.WithDisableLocalAuth

  • All Known Subinterfaces:
    SignalRResource.Update
    Enclosing interface:
    SignalRResource.UpdateStages

    public static interface SignalRResource.UpdateStages.WithDisableLocalAuth
    The stage of the SignalRResource update allowing to specify disableLocalAuth.
    • Method Detail

      • withDisableLocalAuth

        SignalRResource.Update withDisableLocalAuth​(Boolean disableLocalAuth)
        Specifies the disableLocalAuth property: DisableLocalAuth Enable or disable local auth with AccessKey When set as true, connection with AccessKey=xxx won't work..
        Parameters:
        disableLocalAuth - DisableLocalAuth Enable or disable local auth with AccessKey When set as true, connection with AccessKey=xxx won't work.
        Returns:
        the next definition stage.