WebPubSubResource.UpdateStages.WithDisableLocalAuth Interface

public static interface WebPubSubResource.UpdateStages.WithDisableLocalAuth

The stage of the WebPubSubResource 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 WebPubSubResource.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