SignalRResource.UpdateStages.WithPublicNetworkAccess Interface

public static interface SignalRResource.UpdateStages.WithPublicNetworkAccess

The stage of the SignalRResource update allowing to specify publicNetworkAccess.

Method Summary

Modifier and Type Method and Description
abstract Update withPublicNetworkAccess(String publicNetworkAccess)

Specifies the publicNetworkAccess property: Enable or disable public network access.

Method Details

withPublicNetworkAccess

public abstract SignalRResource.Update withPublicNetworkAccess(String publicNetworkAccess)

Specifies the publicNetworkAccess property: Enable or disable public network access. Default to "Enabled". When it's Enabled, network ACLs still apply. When it's Disabled, public network access is always disabled no matter what you set in network ACLs..

Parameters:

publicNetworkAccess - Enable or disable public network access. Default to "Enabled". When it's Enabled, network ACLs still apply. When it's Disabled, public network access is always disabled no matter what you set in network ACLs.

Returns:

the next definition stage.

Applies to