SignalRResource.UpdateStages.WithDisableLocalAuth Interface

public static interface SignalRResource.UpdateStages.WithDisableLocalAuth

The stage of the SignalRResource update allowing to specify disableLocalAuth.

Method Summary

Modifier and Type Method and Description
abstract 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..

Method Details

withDisableLocalAuth

public abstract 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.

Applies to