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

Get-AzNetworkManagerIpamPoolUsage

获取给定池的池使用情况信息。

语法

Get-AzNetworkManagerIpamPoolUsage
   -IpamPoolName <String>
   -NetworkManagerName <String>
   -ResourceGroupName <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzNetworkManagerIpamPoolUsage
   -ResourceId <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

说明

Get-AzNetworkManagerIpamPoolUsage cmdlet 获取给定池的池使用情况信息。

示例

示例 1

Get-AzNetworkManagerIpamPoolUsage -IpamPoolName testPool -NetworkManagerName testNM -ResourceGroupName testRG

AddressPrefixes              : {10.0.0.0/14}
AllocatedAddressPrefixes     : {10.0.0.0/20, 10.0.32.0/19, 10.0.64.0/18, 10.0.128.0/29…}
ReservedAddressPrefixes      : {}
AvailableAddressPrefixes     : {10.0.16.0/20, 10.0.128.8/29, 10.0.128.16/28, 10.0.128.32/27…}
TotalNumberOfIPAddresses     : 262144
NumberOfAllocatedIPAddresses : 111112
NumberOfReservedIPAddresses  : 0
NumberOfAvailableIPAddresses : 151032
AddressPrefixesText          : [
                                 "10.0.0.0/14"
                               ]
AllocatedAddressPrefixesText : [
                                 "10.0.0.0/20",
                                 "10.0.32.0/19",
                                 "10.0.64.0/18",
                               ]
ReservedAddressPrefixesText  : []
AvailableAddressPrefixesText : [
                                 "10.0.16.0/20",
                                 "10.0.128.8/29",
                                 "10.0.128.16/28",
                                 "10.0.128.32/27",
                                 "10.0.128.64/26",
                                 "10.0.128.128/25",
                                 "10.0.129.0/24",
                               ]

检索到池“testPool”的池使用情况信息。

参数

-DefaultProfile

用于与 Azure 通信的凭据、帐户、租户和订阅。

类型:IAzureContextContainer
别名:AzContext, AzureRmContext, AzureCredential
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-IpamPoolName

ipamPool 名称。

类型:String
Position:Named
默认值:None
必需:True
接受管道输入:True
接受通配符:True

-NetworkManagerName

networkManager 名称。

类型:String
Position:Named
默认值:None
必需:True
接受管道输入:True
接受通配符:True

-ResourceGroupName

资源组名称。

类型:String
Position:Named
默认值:None
必需:True
接受管道输入:True
接受通配符:True

-ResourceId

Ipam 池资源 ID。

类型:String
别名:IpamPoolId
Position:Named
默认值:None
必需:True
接受管道输入:True
接受通配符:False

输入

String

输出

PSPoolUsage