Interface SignalRResource.UpdateStages.WithPublicNetworkAccess

All Known Subinterfaces:
SignalRResource.Update
Enclosing interface:
SignalRResource.UpdateStages

public static interface SignalRResource.UpdateStages.WithPublicNetworkAccess
The stage of the SignalRResource update allowing to specify publicNetworkAccess.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPublicNetworkAccess(String publicNetworkAccess)
    Specifies the publicNetworkAccess property: Enable or disable public network access.
  • Method Details

    • withPublicNetworkAccess

      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.