Interface Subnet.UpdateStages.WithPrivateLinkServiceNetworkPolicies
- All Known Subinterfaces:
Subnet.Update
- Enclosing interface:
- Subnet.UpdateStages
public static interface Subnet.UpdateStages.WithPrivateLinkServiceNetworkPolicies
The stage of a subnet definition for applying network policies on private link service.
-
Method Summary
Modifier and TypeMethodDescriptionDisables applying network policies on private link service.Enables applying network policies on private link service.
-
Method Details
-
enableNetworkPoliciesOnPrivateLinkService
Subnet.Update enableNetworkPoliciesOnPrivateLinkService()Enables applying network policies on private link service.- Returns:
- the next stage of the update
-
disableNetworkPoliciesOnPrivateLinkService
Subnet.Update disableNetworkPoliciesOnPrivateLinkService()Disables applying network policies on private link service.- Returns:
- the next stage of the definition
-