Interface Subnet.UpdateStages.WithPrivateLinkServiceNetworkPolicies
-
- All Known Subinterfaces:
Subnet.Update
- Enclosing interface:
- Subnet.UpdateStages
public static interface Subnet.UpdateStages.WithPrivateLinkServiceNetworkPoliciesThe stage of a subnet definition for applying network policies on private link service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Subnet.UpdatedisableNetworkPoliciesOnPrivateLinkService()Disables applying network policies on private link service.Subnet.UpdateenableNetworkPoliciesOnPrivateLinkService()Enables applying network policies on private link service.
-
-
-
Method Detail
-
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
-
-