PoolUsage Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PoolUsage() |
Initializes a new instance of the PoolUsage class. |
PoolUsage(IList<String>, IList<ResourceBasics>, IList<String>, IList<String>, IList<String>, String, String, String, String) |
Initializes a new instance of the PoolUsage class. |
PoolUsage()
Initializes a new instance of the PoolUsage class.
public PoolUsage ();
Public Sub New ()
Applies to
PoolUsage(IList<String>, IList<ResourceBasics>, IList<String>, IList<String>, IList<String>, String, String, String, String)
Initializes a new instance of the PoolUsage class.
public PoolUsage (System.Collections.Generic.IList<string> addressPrefixes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ResourceBasics> childPools = default, System.Collections.Generic.IList<string> allocatedAddressPrefixes = default, System.Collections.Generic.IList<string> reservedAddressPrefixes = default, System.Collections.Generic.IList<string> availableAddressPrefixes = default, string totalNumberOfIPAddresses = default, string numberOfAllocatedIPAddresses = default, string numberOfReservedIPAddresses = default, string numberOfAvailableIPAddresses = default);
new Microsoft.Azure.Management.Network.Models.PoolUsage : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ResourceBasics> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.PoolUsage
Public Sub New (Optional addressPrefixes As IList(Of String) = Nothing, Optional childPools As IList(Of ResourceBasics) = Nothing, Optional allocatedAddressPrefixes As IList(Of String) = Nothing, Optional reservedAddressPrefixes As IList(Of String) = Nothing, Optional availableAddressPrefixes As IList(Of String) = Nothing, Optional totalNumberOfIPAddresses As String = Nothing, Optional numberOfAllocatedIPAddresses As String = Nothing, Optional numberOfReservedIPAddresses As String = Nothing, Optional numberOfAvailableIPAddresses As String = Nothing)
Parameters
- childPools
- IList<ResourceBasics>
List of IpamPool that are children of this IpamPool.
List of reserved IP address prefixes. These IP addresses could be reclaimed if not assigned in the given time.
- totalNumberOfIPAddresses
- String
Total number of IP addresses managed in the IpamPool.
- numberOfAllocatedIPAddresses
- String
Total number of assigned IP addresses in the IpamPool.
- numberOfReservedIPAddresses
- String
Total number of reserved IP addresses in the IpamPool.
- numberOfAvailableIPAddresses
- String
Total number of available IP addresses in the IpamPool.