Get-AzPublicIpPrefix
取得公用IP前置詞
語法
Get-AzPublicIpPrefix
[-Name <String>]
[-ResourceGroupName <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzPublicIpPrefix
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
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
資源標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |