CommunicationServiceResource.UpdateStages.WithDisableLocalAuth Interface

public static interface CommunicationServiceResource.UpdateStages.WithDisableLocalAuth

The stage of the CommunicationServiceResource update allowing to specify disableLocalAuth.

Method Summary

Modifier and Type Method and Description
abstract Update withDisableLocalAuth(Boolean disableLocalAuth)

Specifies the disableLocalAuth property: Disable local authentication for the CommunicationService..

Method Details

withDisableLocalAuth

public abstract CommunicationServiceResource.Update withDisableLocalAuth(Boolean disableLocalAuth)

Specifies the disableLocalAuth property: Disable local authentication for the CommunicationService..

Parameters:

disableLocalAuth - Disable local authentication for the CommunicationService.

Returns:

the next definition stage.

Applies to