Subnet.UpdateStages.WithPrivateEndpointNetworkPolicies Interface

public static interface Subnet.UpdateStages.WithPrivateEndpointNetworkPolicies

The stage of a subnet update for applying network policies on private endpoint.

Method Summary

Modifier and Type Method and Description
abstract Update disableNetworkPoliciesOnPrivateEndpoint()

Disables applying network policies on private endpoint.

abstract Update enableNetworkPoliciesOnPrivateEndpoint()

Enables applying network policies on private endpoint.

Method Details

disableNetworkPoliciesOnPrivateEndpoint

public abstract Subnet.Update disableNetworkPoliciesOnPrivateEndpoint()

Disables applying network policies on private endpoint.

Returns:

the next stage of the update

enableNetworkPoliciesOnPrivateEndpoint

public abstract Subnet.Update enableNetworkPoliciesOnPrivateEndpoint()

Enables applying network policies on private endpoint.

Returns:

the next stage of the update

Applies to