Interface Subnet.UpdateStages.WithPrivateEndpointNetworkPolicies
- All Known Subinterfaces:
Subnet.Update
- Enclosing interface:
- Subnet.UpdateStages
public static interface Subnet.UpdateStages.WithPrivateEndpointNetworkPolicies
The stage of a subnet update for applying network policies on private endpoint.
-
Method Summary
Modifier and TypeMethodDescriptionDisables applying network policies on private endpoint.Enables applying network policies on private endpoint.
-
Method Details
-
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
-