Share via


ContainerGroup.SubnetIds Property

Definition

Gets or sets the subnet resource IDs for a container group.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.subnetIds")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroupSubnetId> SubnetIds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.subnetIds")>]
member this.SubnetIds : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroupSubnetId> with get, set
Public Property SubnetIds As IList(Of ContainerGroupSubnetId)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to