< Back

Get-AzureRmVirtualNetworkGatewaySupportedVpnDevice

Tue Jan 29, 2019 9:55 pm

NAME Get-AzureRmVirtualNetworkGatewaySupportedVpnDevice



SYNOPSIS

This commandlet returns a list of supported VPN device brands, models, and firmware versions.





SYNTAX

Get-AzureRmVirtualNetworkGatewaySupportedVpnDevice [-DefaultProfile <IAzureContextContainer>] -Name <String> -ResourceGroupName <String>

[<CommonParameters>]





DESCRIPTION

This commandlet returns a list of supported VPN device brands, models, and firmware versions.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

The virtual network gateway name.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

The resource group name.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String







OUTPUTS

System.String







NOTES









Example 1



PS C:\\> Get-AzureRmVirtualNetworkGatewaySupportedVpnDevice -ResourceGroupName TestRG -Name TestGateway

<?xml version="1.0" encoding="utf-8"?>

<RpVpnDeviceList version="1.0">

<Vendor name="Cisco-Test">

<DeviceFamily name="IOS-Test">

<FirmwareVersion name="20" />

</DeviceFamily>

</Vendor>

</RpVpnDeviceList>



Returns list of supported VPN device brands, models and firmware versions: <?xml version="1.0" encoding="utf-8"?> <RpVpnDeviceList version="1.0">

<Vendor name="Cisco-Test"> <DeviceFamily name="IOS-Test"> <FirmwareVersion name="20" /> </DeviceFamily> </Vendor>

</RpVpnDeviceList>







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... dvpndevice