SignalRResource.UpdateStages.WithRegionEndpointEnabled Interface

public static interface SignalRResource.UpdateStages.WithRegionEndpointEnabled

The stage of the SignalRResource update allowing to specify regionEndpointEnabled.

Method Summary

Modifier and Type Method and Description
abstract Update withRegionEndpointEnabled(String regionEndpointEnabled)

Specifies the regionEndpointEnabled property: Enable or disable the regional endpoint.

Method Details

withRegionEndpointEnabled

public abstract SignalRResource.Update withRegionEndpointEnabled(String regionEndpointEnabled)

Specifies the regionEndpointEnabled property: Enable or disable the regional endpoint. Default to "Enabled". When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected. This property is replica specific. Disable the regional endpoint without replica is not allowed..

Parameters:

regionEndpointEnabled - Enable or disable the regional endpoint. Default to "Enabled". When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected. This property is replica specific. Disable the regional endpoint without replica is not allowed.

Returns:

the next definition stage.

Applies to