Interface Subnet.UpdateDefinitionStages.WithPrivateEndpointNetworkPolicies<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
Subnet.UpdateDefinition<ParentT>,Subnet.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- Subnet.UpdateDefinitionStages
public static interface Subnet.UpdateDefinitionStages.WithPrivateEndpointNetworkPolicies<ParentT>
The stage of a subnet definition for applying network policies on private endpoint.
-
Method Summary
Modifier and TypeMethodDescriptionDisables applying network policies on private endpoint.
-
Method Details
-
disableNetworkPoliciesOnPrivateEndpoint
Subnet.UpdateDefinitionStages.WithAttach<ParentT> disableNetworkPoliciesOnPrivateEndpoint()Disables applying network policies on private endpoint.- Returns:
- the next stage of the definition
-