Get-AzNetworkManagerAssociatedResourcesList
ネットワーク マネージャー IPAM プール内の関連付けられているリソースの一覧を取得します。
構文
ByName (既定)
Get-AzNetworkManagerAssociatedResourcesList
-IpamPoolName <String>
-NetworkManagerName <String>
-ResourceGroupName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
ByResourceId
Get-AzNetworkManagerAssociatedResourcesList
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
説明
Get-AzNetworkManagerAssociatedResourcesList コマンドレットは、ネットワーク マネージャー IPAM プール内の関連リソースの一覧を取得します。
例
例 1
Get-AzNetworkManagerAssociatedResourcesList -IpamPoolName "TestPool" -NetworkManagerName "TestNetworkManager" -ResourceGroupName "TestResourceGroupName"
ResourceId : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.Network/virtualNetworks/testvNet
PoolId : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.Network/networkManagers/testNM/
ipamPools/testPool
Description :
AddressPrefixes : {10.0.16.0/20}
ReservedAddressPrefixes :
TotalNumberOfIPAddresses : 4096
NumberOfReservedIPAddresses : 0
CreatedAt : 10/2/2024 6:29:55 PM
ReservationExpiresAt :
AddressPrefixesText : [
"10.0.16.0/20"
]
ReservedAddressPrefixesText : null
ResourceId : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ipam-test-rg/providers/Microsoft.Network/virtualNetworks/paige-vn
et
PoolId : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.Network/networkManagers/testNM/
ipamPools/testPool
Description :
AddressPrefixes : {10.0.8.0/23}
ReservedAddressPrefixes :
TotalNumberOfIPAddresses : 512
NumberOfReservedIPAddresses : 0
CreatedAt : 10/2/2024 2:37:10 PM
ReservationExpiresAt :
AddressPrefixesText : [
"10.0.8.0/23"
]
ReservedAddressPrefixesText : null
ResourceId : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.Network/networkManagers/testNM/
ipamPools/testPool/staticCidrs/appleCidr1
PoolId : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.Network/networkManagers/testNM/
ipamPools/testPool
Description :
AddressPrefixes : {10.0.0.0/24}
ReservedAddressPrefixes :
TotalNumberOfIPAddresses : 256
NumberOfReservedIPAddresses : 0
CreatedAt : 9/9/2024 2:17:36 PM
ReservationExpiresAt :
AddressPrefixesText : [
"10.0.0.0/24"
]
ReservedAddressPrefixesText : null
プール内のリソースを取得します。
パラメーター
-DefaultProfile
Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。
パラメーターのプロパティ
| 型: | IAzureContextContainer
|
| 規定値: | None |
| ワイルドカードのサポート: | False |
| DontShow: | False |
| Aliases: | AzContext, AzureRmContext, AzureCredential |
パラメーター セット
(All)
| 配置: | Named |
| 必須: | False |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
-IpamPoolName
ipamPool 名。
パラメーターのプロパティ
| 型: | String
|
| 規定値: | None |
| ワイルドカードのサポート: | True |
| DontShow: | False |
パラメーター セット
ByName
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | True |
| 残りの引数からの値: | False |
-NetworkManagerName
networkManager 名。
パラメーターのプロパティ
| 型: | String
|
| 規定値: | None |
| ワイルドカードのサポート: | True |
| DontShow: | False |
パラメーター セット
ByName
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | True |
| 残りの引数からの値: | False |
-ResourceGroupName
リソース グループ名。
パラメーターのプロパティ
| 型: | String
|
| 規定値: | None |
| ワイルドカードのサポート: | True |
| DontShow: | False |
パラメーター セット
ByName
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | True |
| 残りの引数からの値: | False |
-ResourceId
Ipam プールのリソース ID。
パラメーターのプロパティ
| 型: | String
|
| 規定値: | None |
| ワイルドカードのサポート: | False |
| DontShow: | False |
| Aliases: | IpamPoolId |
パラメーター セット
ByResourceId
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | True |
| 残りの引数からの値: | False |
CommonParameters
このコマンドレットでは、一般的なパラメーター -Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction、-WarningVariable の各パラメーターがサポートされています。 詳細については、about_CommonParametersを参照してください。
出力