Interface Registry.UpdateStages.WithPublicNetworkAccess
-
- All Known Subinterfaces:
Registry.Update
- Enclosing interface:
- Registry.UpdateStages
public static interface Registry.UpdateStages.WithPublicNetworkAccessThe stage of the container registry definition allowing to change public network access.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Registry.UpdatedisablePublicNetworkAccess()Disables public network access for the container registry, for private link feature.Registry.UpdateenablePublicNetworkAccess()Enables public network access for the container registry.
-
-
-
Method Detail
-
enablePublicNetworkAccess
Registry.Update enablePublicNetworkAccess()
Enables public network access for the container registry.- Returns:
- the next stage of the update
-
disablePublicNetworkAccess
Registry.Update disablePublicNetworkAccess()
Disables public network access for the container registry, for private link feature.- Returns:
- the next stage of the update
-
-