Interface Subnet.UpdateStages.WithPrivateEndpointNetworkPolicies
-
- All Known Subinterfaces:
Subnet.Update
- Enclosing interface:
- Subnet.UpdateStages
public static interface Subnet.UpdateStages.WithPrivateEndpointNetworkPoliciesThe stage of a subnet update for applying network policies on private endpoint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Subnet.UpdatedisableNetworkPoliciesOnPrivateEndpoint()Disables applying network policies on private endpoint.Subnet.UpdateenableNetworkPoliciesOnPrivateEndpoint()Enables applying network policies on private endpoint.
-
-
-
Method Detail
-
enableNetworkPoliciesOnPrivateEndpoint
Subnet.Update enableNetworkPoliciesOnPrivateEndpoint()
Enables applying network policies on private endpoint.- Returns:
- the next stage of the update
-
disableNetworkPoliciesOnPrivateEndpoint
Subnet.Update disableNetworkPoliciesOnPrivateEndpoint()
Disables applying network policies on private endpoint.- Returns:
- the next stage of the update
-
-