你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzPublicIpPrefix
获取公共 IP 前缀
语法
Get-AzPublicIpPrefix
[-Name <String>]
[-ResourceGroupName <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzPublicIpPrefix
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Get-AzPublicIpPrefix cmdlet 获取资源组中的一个或多个公共 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 |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Name
资源名称。
类型: | String |
别名: | ResourceName |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | True |
-ResourceGroupName
资源组名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | True |
-ResourceId
资源 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |