Interface Subnet.DefinitionStages.WithPrivateLinkServiceNetworkPolicies<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
Subnet.Definition<ParentT>,Subnet.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- Subnet.DefinitionStages
public static interface Subnet.DefinitionStages.WithPrivateLinkServiceNetworkPolicies<ParentT>The 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.DefinitionStages.WithAttach<ParentT>disableNetworkPoliciesOnPrivateLinkService()Disables applying network policies on private link service.
-
-
-
Method Detail
-
disableNetworkPoliciesOnPrivateLinkService
Subnet.DefinitionStages.WithAttach<ParentT> disableNetworkPoliciesOnPrivateLinkService()
Disables applying network policies on private link service.- Returns:
- the next stage of the definition
-
-