Get-AzVirtualNetworkGateway
Gets a Virtual Network Gateway
Syntax
Get-AzVirtualNetworkGateway
[-Name <String>]
-ResourceGroupName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Virtual Network Gateway is the object representing your gateway in Azure. The Get-AzVirtualNetworkGateway cmdlet returns the object of your gateway in Azure based on Name and Resource Group Name.
Examples
Example 1: Get a Virtual Network Gateway
Get-AzVirtualNetworkGateway -Name myGateway1 -ResourceGroupName myRG
Returns the object of the Virtual Network Gateway with the name "myGateway1" within the resource group "myRG"
Example 2: Get a Virtual Network Gateway
Get-AzVirtualNetworkGateway -Name myGateway* -ResourceGroupName myRG
Returns all Virtual Network Gateways that start with "myGateway" within the resource group "myRG"
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Type: | String |
Aliases: | ResourceName |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | True |
-ResourceGroupName
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | True |
Inputs
Outputs
Related Links
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure PowerShell