CreateOrUpdateKubeBase.AdvancedNetworkingSecurityPolicy Property

Definition

[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "FQDN", "L7", "None" })]
[System.Management.Automation.Parameter(HelpMessage="The advanced network policies. This allows users to configure Layer 7 network policies (FQDN, HTTP, Kafka). Policies themselves must be configured via the Cilium Network Policy resources, see https://docs.cilium.io/en/latest/security/policy/index.html. This can be enabled only on cilium-based clusters. If not specified, the default value is FQDN if EnableAdvancedNetworkingSecurity is set to true.", Mandatory=false)]
public string AdvancedNetworkingSecurityPolicy { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "FQDN", "L7", "None" })>]
[<System.Management.Automation.Parameter(HelpMessage="The advanced network policies. This allows users to configure Layer 7 network policies (FQDN, HTTP, Kafka). Policies themselves must be configured via the Cilium Network Policy resources, see https://docs.cilium.io/en/latest/security/policy/index.html. This can be enabled only on cilium-based clusters. If not specified, the default value is FQDN if EnableAdvancedNetworkingSecurity is set to true.", Mandatory=false)>]
member this.AdvancedNetworkingSecurityPolicy : string with get, set
Public Property AdvancedNetworkingSecurityPolicy As String

Property Value

Attributes

Applies to