AgentPoolNetworkProfile.ApplicationSecurityGroup 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 IDs of the application security groups which agent pool will associate when created.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Owned)]
public System.Collections.Generic.List<string> ApplicationSecurityGroup { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Owned)>]
member this.ApplicationSecurityGroup : System.Collections.Generic.List<string> with get, set
Public Property ApplicationSecurityGroup As List(Of String)
Property Value
Implements
- Attributes