Condividi tramite


ManagedClusterNamespaceProperties.DefaultNetworkPolicy Property

Definition

The default network policy enforced upon the namespace. Customers can have other Kubernetes network policy objects under the namespace. Network policies are additive; if a policy or policies apply to a given pod for a given direction, the connections allowed in that direction for the pod is the union of what all applicable policies allow.

public Azure.ResourceManager.ContainerService.Models.NamespaceNetworkPolicies DefaultNetworkPolicy { get; set; }
member this.DefaultNetworkPolicy : Azure.ResourceManager.ContainerService.Models.NamespaceNetworkPolicies with get, set
Public Property DefaultNetworkPolicy As NamespaceNetworkPolicies

Property Value

Applies to