IContainerGroupProperties.SubnetId Property

Definition

The subnet resource IDs for a container group.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The subnet resource IDs for a container group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerGroupSubnetId) }, Read=true, ReadOnly=false, Required=false, SerializedName="subnetIds", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerGroupSubnetId> SubnetId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The subnet resource IDs for a container group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerGroupSubnetId) }, Read=true, ReadOnly=false, Required=false, SerializedName="subnetIds", Update=true)>]
member this.SubnetId : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerGroupSubnetId> with get, set
Public Property SubnetId As List(Of IContainerGroupSubnetId)

Property Value

Attributes

Applies to