Get-AzNatGateway
Gets a Nat Gateway resource in a resource group by name or NatGateway Id or all Nat Gateway resources in a resource group.
Note
This is the previous version of our documentation. Please consult the most recent version for up-to-date information.
Syntax
Get-AzNatGateway
[-ResourceGroupName <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzNatGateway
-ResourceGroupName <String>
-Name <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzNatGateway
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Gets a Nat Gateway resource in a resource group by name OR NatGateway Id OR all Nat Gateway resources in a resource group.
Examples
Example 1
PS C:> Get-AzNatGateway -ResourceGroupName "natgateway_test"
IdleTimeoutInMinutes : 4
ProvisioningState : Succeeded
Sku : Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku
PublicIpAddresses : {/subscriptions/<subid>/resourceGroups/natgateway_test/providers/Microsoft.Network/publicIPAddresses/Test_Pip}
PublicIpPrefixes : {}
SkuText : {
"Name": "Standard"
}
PublicIpAddressesText : [
{
"Id": "/subscriptions/<subid>/resourceGroups/natgateway_test/providers/Microsoft.Network/publicIPAddresses/Test_Pip"
}
]
PublicIpPrefixesText : []
ResourceGroupName : natgateway_test
Location : eastus2
ResourceGuid :
Type : Microsoft.Network/natGateways
Tag :
TagsTable :
Name : nat_gateway
Etag : W/"178470d2-7b86-4ddd-b954-e0cd3ab30a90"
Id : /subscriptions/<subid>/resourceGroups/natgateway_test/providers/Microsoft.Network/natGateways/nat_gateway
IdleTimeoutInMinutes : 4
ProvisioningState : Succeeded
Sku : Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku
PublicIpAddresses : {}
PublicIpPrefixes : {}
SkuText : {
"Name": "Standard"
}
PublicIpAddressesText : []
PublicIpPrefixesText : []
ResourceGroupName : natgateway_test
Location : eastus2
ResourceGuid :
Type : Microsoft.Network/natGateways
Tag :
TagsTable :
Name : ng1
Etag : W/"bdf98e30-d6c6-4af2-8f62-10d1fdaa6e84"
Id : /subscriptions/<subid>/resourceGroups/natgateway_test/providers/Microsoft.Network/natGateways/ng1
PS C:> Get-AzNatGateway -ResourceGroupName "natgateway_test" -Name "nat_gateway"
IdleTimeoutInMinutes : 4
ProvisioningState : Succeeded
Sku : Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku
PublicIpAddresses : {/subscriptions/<subid>/resourceGroups/natgateway_test/providers/Microsoft.Network/publicIPAddresses/Test_Pip}
PublicIpPrefixes : {}
SkuText : {
"Name": "Standard"
}
PublicIpAddressesText : [
{
"Id": "/subscriptions/<subid>/resourceGroups/natgateway_test/providers/Microsoft.Network/publicIPAddresses/Test_Pip"
}
]
PublicIpPrefixesText : []
ResourceGroupName : natgateway_test
Location : eastus2
ResourceGuid :
Type : Microsoft.Network/natGateways
Tag :
TagsTable :
Name : nat_gateway
Etag : W/"178470d2-7b86-4ddd-b954-e0cd3ab30a90"
Id : /subscriptions/<subid>/resourceGroups/natgateway_test/providers/Microsoft.Network/natGateways/nat_gateway
PS C:> Get-AzNatGateway -ResourceId "/subscriptions/<subid>/resourceGroups/natgateway_test/providers/Microsoft.Network/natGateways/nat_gateway"
IdleTimeoutInMinutes : 4
ProvisioningState : Succeeded
Sku : Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku
PublicIpAddresses : {/subscriptions/<subid>/resourceGroups/natgateway_test/providers/Microsoft.Network/publicIPAddresses/Test_Pip}
PublicIpPrefixes : {}
SkuText : {
"Name": "Standard"
}
PublicIpAddressesText : [
{
"Id": "/subscriptions/<subid>/resourceGroups/natgateway_test/providers/Microsoft.Network/publicIPAddresses/Test_Pip"
}
]
PublicIpPrefixesText : []
ResourceGroupName : natgateway_test
Location : eastus2
ResourceGuid :
Type : Microsoft.Network/natGateways
Tag :
TagsTable :
Name : nat_gateway
Etag : W/"178470d2-7b86-4ddd-b954-e0cd3ab30a90"
Id : /subscriptions/<subid>/resourceGroups/natgateway_test/providers/Microsoft.Network/natGateways/nat_gateway
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
| Type: | IAzureContextContainer |
| Aliases: | AzContext, AzureRmContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-Name
The name of the nat gateway.
| Type: | String |
| Aliases: | ResourceName |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-ResourceGroupName
The resource group name of the nat gateway.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-ResourceId
Nat Gateway Id
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |