ManagedClusterNamespaceProperties.DefaultNetworkPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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