AgentPoolNetworkProfile.ApplicationSecurityGroups 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.
public Azure.Provisioning.BicepList<Azure.Core.ResourceIdentifier> ApplicationSecurityGroups { get; set; }
member this.ApplicationSecurityGroups : Azure.Provisioning.BicepList<Azure.Core.ResourceIdentifier> with get, set
Public Property ApplicationSecurityGroups As BicepList(Of ResourceIdentifier)