IInfrastructureNetwork.IPPool Property

Definition

Range of IP addresses from which addresses are allocated for nodes within a subnet.

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="Range of IP addresses from which addresses are allocated for nodes within a subnet.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IIPPools) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipPools", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IIPPools> IPPool { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="Range of IP addresses from which addresses are allocated for nodes within a subnet.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IIPPools) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipPools", Update=true)>]
member this.IPPool : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IIPPools> with get, set
Public Property IPPool As List(Of IIPPools)

Property Value

Attributes

Applies to