Interface SignalRResource.DefinitionStages.WithPublicNetworkAccess

All Known Subinterfaces:
SignalRResource.Definition, SignalRResource.DefinitionStages.WithCreate
Enclosing interface:
SignalRResource.DefinitionStages

public static interface SignalRResource.DefinitionStages.WithPublicNetworkAccess
The stage of the SignalRResource definition allowing to specify publicNetworkAccess.
  • Method Details

    • withPublicNetworkAccess

      SignalRResource.DefinitionStages.WithCreate 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.