Get-AzPublicIpPrefix
パブリック IP プレフィックスを取得します
構文
Get-AzPublicIpPrefix
[-Name <String>]
[-ResourceGroupName <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzPublicIpPrefix
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
説明
Get-AzPublicIpPrefix コマンドレットは、リソース グループ内の 1 つ以上のパブリック IP プレフィックスを取得します。
例
例 1
Get-AzPublicIpPrefix -ResourceGroupName myRg -Name myPublicIpPrefix1
Name : myPublicIpPrefix1
ResourceGroupName : myRg
Location : westus
Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRg/providers/Mic
rosoft.Network/publicIPPrefixes/myPublicIpPrefix1
Etag : W/"00000000-0000-0000-0000-000000000000"
ResourceGuid : 00000000-0000-0000-0000-000000000000
ProvisioningState : Succeeded
Tags :
PublicIpAddressVersion : IPv4
PrefixLength : 28
IPPrefix : xx.xx.xx.xx/xx
IdleTimeoutInMinutes :
Zones : {}
Sku : {
"Name": "Standard",
"Tier":"Regional"
}
IpTags : []
PublicIpAddresses : []
このコマンドは、リソース グループ myRg に myPublicIpPrefix1 を含むパブリック IP プレフィックス リソースを取得します。
例 2
Get-AzPublicIpPrefix -Name myPublicIpPrefix*
Name : myPublicIpPrefix1
ResourceGroupName : myRg
Location : westus
Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRg/providers/Mic
rosoft.Network/publicIPPrefixes/myPublicIpPrefix1
Etag : W/"00000000-0000-0000-0000-000000000000"
ResourceGuid : 00000000-0000-0000-0000-000000000000
ProvisioningState : Succeeded
Tags :
PublicIpAddressVersion : IPv4
PrefixLength : 28
IPPrefix : xx.xx.xx.xx/xx
IdleTimeoutInMinutes :
Zones : {}
Sku : {
"Name": "Standard",
"Tier": "Regional"
}
IpTags : []
PublicIpAddresses : []
このコマンドは、myPublicIpPrefix で始まるすべてのパブリック IP プレフィックス リソースを取得します。
パラメーター
-DefaultProfile
Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。
型: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Name
リソースの名前。
型: | String |
Aliases: | ResourceName |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | True |
-ResourceGroupName
リソース グループ名。
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | True |
-ResourceId
リソース ID。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |