IContainerGroupProperties.SubnetId Property

Definition

The subnet resource IDs for a container group.

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

Property Value

Attributes

Applies to