Subnet.UpdateStages.WithPrivateLinkServiceNetworkPolicies Interface

public static interface Subnet.UpdateStages.WithPrivateLinkServiceNetworkPolicies

The stage of a subnet definition for applying network policies on private link service.

Method Summary

Modifier and Type Method and Description
abstract Update disableNetworkPoliciesOnPrivateLinkService()

Disables applying network policies on private link service.

abstract Update enableNetworkPoliciesOnPrivateLinkService()

Enables applying network policies on private link service.

Method Details

disableNetworkPoliciesOnPrivateLinkService

public abstract Subnet.Update disableNetworkPoliciesOnPrivateLinkService()

Disables applying network policies on private link service.

Returns:

the next stage of the definition

enableNetworkPoliciesOnPrivateLinkService

public abstract Subnet.Update enableNetworkPoliciesOnPrivateLinkService()

Enables applying network policies on private link service.

Returns:

the next stage of the update

Applies to