Freigeben über


ISubnet.IPPool Property

Definition

network associated pool of IP Addresses

[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="network associated pool of IP Addresses", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPPool) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipPools", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPPool> IPPool { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="network associated pool of IP Addresses", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPPool) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipPools", Update=true)>]
member this.IPPool : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPPool> with get, set
Public Property IPPool As List(Of IIPPool)

Property Value

Attributes

Applies to