Interface WebPubSubResource.DefinitionStages.WithPublicNetworkAccess

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

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

    • withPublicNetworkAccess

      WebPubSubResource.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.