你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISubnetPropertiesFormat.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