Interface ConfigurationStore.UpdateStages.WithPublicNetworkAccess

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

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

    Modifier and Type
    Method
    Description
    Specifies the publicNetworkAccess property: Control permission for data plane traffic coming from public networks while private endpoint is enabled..
  • Method Details

    • withPublicNetworkAccess

      ConfigurationStore.Update withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
      Specifies the publicNetworkAccess property: Control permission for data plane traffic coming from public networks while private endpoint is enabled..
      Parameters:
      publicNetworkAccess - Control permission for data plane traffic coming from public networks while private endpoint is enabled.
      Returns:
      the next definition stage.