VirtualMachineNetworkInterfaceIPConfiguration.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.
Gets or sets specifies an array of references to application security group.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.applicationSecurityGroups")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> ApplicationSecurityGroups { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.applicationSecurityGroups")>]
member this.ApplicationSecurityGroups : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> with get, set
Public Property ApplicationSecurityGroups As IList(Of SubResource)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute