VirtualNetworkGateways interface
Interface representing a VirtualNetworkGateways.
Methods
begin |
Creates or updates a virtual network gateway in the specified resource group. |
begin |
Creates or updates a virtual network gateway in the specified resource group. |
begin |
Deletes the specified virtual network gateway. |
begin |
Deletes the specified virtual network gateway. |
begin |
Generates VPN client package for P2S client of the virtual network gateway in the specified resource group. |
begin |
Generates VPN client package for P2S client of the virtual network gateway in the specified resource group. |
begin |
Generates VPN profile for P2S client of the virtual network gateway in the specified resource group. Used for IKEV2 and radius based authentication. |
begin |
Generates VPN profile for P2S client of the virtual network gateway in the specified resource group. Used for IKEV2 and radius based authentication. |
begin |
This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer. |
begin |
This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer. |
begin |
The GetBgpPeerStatus operation retrieves the status of all BGP peers. |
begin |
The GetBgpPeerStatus operation retrieves the status of all BGP peers. |
begin |
This operation retrieves a list of routes the virtual network gateway has learned, including routes learned from BGP peers. |
begin |
This operation retrieves a list of routes the virtual network gateway has learned, including routes learned from BGP peers. |
begin |
The Get VpnclientIpsecParameters operation retrieves information about the vpnclient ipsec policy for P2S client of virtual network gateway in the specified resource group through Network resource provider. |
begin |
The Get VpnclientIpsecParameters operation retrieves information about the vpnclient ipsec policy for P2S client of virtual network gateway in the specified resource group through Network resource provider. |
begin |
Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group. The profile needs to be generated first using generateVpnProfile. |
begin |
Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group. The profile needs to be generated first using generateVpnProfile. |
begin |
Resets the primary of the virtual network gateway in the specified resource group. |
begin |
Resets the primary of the virtual network gateway in the specified resource group. |
begin |
Resets the VPN client shared key of the virtual network gateway in the specified resource group. |
begin |
Resets the VPN client shared key of the virtual network gateway in the specified resource group. |
begin |
The Set VpnclientIpsecParameters operation sets the vpnclient ipsec policy for P2S client of virtual network gateway in the specified resource group through Network resource provider. |
begin |
The Set VpnclientIpsecParameters operation sets the vpnclient ipsec policy for P2S client of virtual network gateway in the specified resource group through Network resource provider. |
begin |
Updates a virtual network gateway tags. |
begin |
Updates a virtual network gateway tags. |
get(string, string, Virtual |
Gets the specified virtual network gateway by resource group. |
list(string, Virtual |
Gets all virtual network gateways by resource group. |
list |
Gets all the connections in a virtual network gateway. |
supported |
Gets a xml format representation for supported vpn devices. |
vpn |
Gets a xml format representation for vpn device configuration script. |
Method Details
beginCreateOrUpdate(string, string, VirtualNetworkGateway, VirtualNetworkGatewaysCreateOrUpdateOptionalParams)
Creates or updates a virtual network gateway in the specified resource group.
function beginCreateOrUpdate(resourceGroupName: string, virtualNetworkGatewayName: string, parameters: VirtualNetworkGateway, options?: VirtualNetworkGatewaysCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<VirtualNetworkGateway>, VirtualNetworkGateway>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
- parameters
- VirtualNetworkGateway
Parameters supplied to create or update virtual network gateway operation.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<VirtualNetworkGateway>, VirtualNetworkGateway>>
beginCreateOrUpdateAndWait(string, string, VirtualNetworkGateway, VirtualNetworkGatewaysCreateOrUpdateOptionalParams)
Creates or updates a virtual network gateway in the specified resource group.
function beginCreateOrUpdateAndWait(resourceGroupName: string, virtualNetworkGatewayName: string, parameters: VirtualNetworkGateway, options?: VirtualNetworkGatewaysCreateOrUpdateOptionalParams): Promise<VirtualNetworkGateway>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
- parameters
- VirtualNetworkGateway
Parameters supplied to create or update virtual network gateway operation.
The options parameters.
Returns
Promise<VirtualNetworkGateway>
beginDelete(string, string, VirtualNetworkGatewaysDeleteOptionalParams)
Deletes the specified virtual network gateway.
function beginDelete(resourceGroupName: string, virtualNetworkGatewayName: string, options?: VirtualNetworkGatewaysDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, VirtualNetworkGatewaysDeleteOptionalParams)
Deletes the specified virtual network gateway.
function beginDeleteAndWait(resourceGroupName: string, virtualNetworkGatewayName: string, options?: VirtualNetworkGatewaysDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
The options parameters.
Returns
Promise<void>
beginGeneratevpnclientpackage(string, string, VpnClientParameters, VirtualNetworkGatewaysGeneratevpnclientpackageOptionalParams)
Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.
function beginGeneratevpnclientpackage(resourceGroupName: string, virtualNetworkGatewayName: string, parameters: VpnClientParameters, options?: VirtualNetworkGatewaysGeneratevpnclientpackageOptionalParams): Promise<PollerLike<PollOperationState<VirtualNetworkGatewaysGeneratevpnclientpackageResponse>, VirtualNetworkGatewaysGeneratevpnclientpackageResponse>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
- parameters
- VpnClientParameters
Parameters supplied to the generate virtual network gateway VPN client package operation.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<VirtualNetworkGatewaysGeneratevpnclientpackageResponse>, VirtualNetworkGatewaysGeneratevpnclientpackageResponse>>
beginGeneratevpnclientpackageAndWait(string, string, VpnClientParameters, VirtualNetworkGatewaysGeneratevpnclientpackageOptionalParams)
Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.
function beginGeneratevpnclientpackageAndWait(resourceGroupName: string, virtualNetworkGatewayName: string, parameters: VpnClientParameters, options?: VirtualNetworkGatewaysGeneratevpnclientpackageOptionalParams): Promise<VirtualNetworkGatewaysGeneratevpnclientpackageResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
- parameters
- VpnClientParameters
Parameters supplied to the generate virtual network gateway VPN client package operation.
The options parameters.
Returns
beginGenerateVpnProfile(string, string, VpnClientParameters, VirtualNetworkGatewaysGenerateVpnProfileOptionalParams)
Generates VPN profile for P2S client of the virtual network gateway in the specified resource group. Used for IKEV2 and radius based authentication.
function beginGenerateVpnProfile(resourceGroupName: string, virtualNetworkGatewayName: string, parameters: VpnClientParameters, options?: VirtualNetworkGatewaysGenerateVpnProfileOptionalParams): Promise<PollerLike<PollOperationState<VirtualNetworkGatewaysGenerateVpnProfileResponse>, VirtualNetworkGatewaysGenerateVpnProfileResponse>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
- parameters
- VpnClientParameters
Parameters supplied to the generate virtual network gateway VPN client package operation.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<VirtualNetworkGatewaysGenerateVpnProfileResponse>, VirtualNetworkGatewaysGenerateVpnProfileResponse>>
beginGenerateVpnProfileAndWait(string, string, VpnClientParameters, VirtualNetworkGatewaysGenerateVpnProfileOptionalParams)
Generates VPN profile for P2S client of the virtual network gateway in the specified resource group. Used for IKEV2 and radius based authentication.
function beginGenerateVpnProfileAndWait(resourceGroupName: string, virtualNetworkGatewayName: string, parameters: VpnClientParameters, options?: VirtualNetworkGatewaysGenerateVpnProfileOptionalParams): Promise<VirtualNetworkGatewaysGenerateVpnProfileResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
- parameters
- VpnClientParameters
Parameters supplied to the generate virtual network gateway VPN client package operation.
The options parameters.
Returns
beginGetAdvertisedRoutes(string, string, string, VirtualNetworkGatewaysGetAdvertisedRoutesOptionalParams)
This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer.
function beginGetAdvertisedRoutes(resourceGroupName: string, virtualNetworkGatewayName: string, peer: string, options?: VirtualNetworkGatewaysGetAdvertisedRoutesOptionalParams): Promise<PollerLike<PollOperationState<GatewayRouteListResult>, GatewayRouteListResult>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
- peer
-
string
The IP address of the peer
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<GatewayRouteListResult>, GatewayRouteListResult>>
beginGetAdvertisedRoutesAndWait(string, string, string, VirtualNetworkGatewaysGetAdvertisedRoutesOptionalParams)
This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer.
function beginGetAdvertisedRoutesAndWait(resourceGroupName: string, virtualNetworkGatewayName: string, peer: string, options?: VirtualNetworkGatewaysGetAdvertisedRoutesOptionalParams): Promise<GatewayRouteListResult>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
- peer
-
string
The IP address of the peer
The options parameters.
Returns
Promise<GatewayRouteListResult>
beginGetBgpPeerStatus(string, string, VirtualNetworkGatewaysGetBgpPeerStatusOptionalParams)
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
function beginGetBgpPeerStatus(resourceGroupName: string, virtualNetworkGatewayName: string, options?: VirtualNetworkGatewaysGetBgpPeerStatusOptionalParams): Promise<PollerLike<PollOperationState<BgpPeerStatusListResult>, BgpPeerStatusListResult>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<BgpPeerStatusListResult>, BgpPeerStatusListResult>>
beginGetBgpPeerStatusAndWait(string, string, VirtualNetworkGatewaysGetBgpPeerStatusOptionalParams)
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
function beginGetBgpPeerStatusAndWait(resourceGroupName: string, virtualNetworkGatewayName: string, options?: VirtualNetworkGatewaysGetBgpPeerStatusOptionalParams): Promise<BgpPeerStatusListResult>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
The options parameters.
Returns
Promise<BgpPeerStatusListResult>
beginGetLearnedRoutes(string, string, VirtualNetworkGatewaysGetLearnedRoutesOptionalParams)
This operation retrieves a list of routes the virtual network gateway has learned, including routes learned from BGP peers.
function beginGetLearnedRoutes(resourceGroupName: string, virtualNetworkGatewayName: string, options?: VirtualNetworkGatewaysGetLearnedRoutesOptionalParams): Promise<PollerLike<PollOperationState<GatewayRouteListResult>, GatewayRouteListResult>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<GatewayRouteListResult>, GatewayRouteListResult>>
beginGetLearnedRoutesAndWait(string, string, VirtualNetworkGatewaysGetLearnedRoutesOptionalParams)
This operation retrieves a list of routes the virtual network gateway has learned, including routes learned from BGP peers.
function beginGetLearnedRoutesAndWait(resourceGroupName: string, virtualNetworkGatewayName: string, options?: VirtualNetworkGatewaysGetLearnedRoutesOptionalParams): Promise<GatewayRouteListResult>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
The options parameters.
Returns
Promise<GatewayRouteListResult>
beginGetVpnclientIpsecParameters(string, string, VirtualNetworkGatewaysGetVpnclientIpsecParametersOptionalParams)
The Get VpnclientIpsecParameters operation retrieves information about the vpnclient ipsec policy for P2S client of virtual network gateway in the specified resource group through Network resource provider.
function beginGetVpnclientIpsecParameters(resourceGroupName: string, virtualNetworkGatewayName: string, options?: VirtualNetworkGatewaysGetVpnclientIpsecParametersOptionalParams): Promise<PollerLike<PollOperationState<VpnClientIPsecParameters>, VpnClientIPsecParameters>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The virtual network gateway name.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<VpnClientIPsecParameters>, VpnClientIPsecParameters>>
beginGetVpnclientIpsecParametersAndWait(string, string, VirtualNetworkGatewaysGetVpnclientIpsecParametersOptionalParams)
The Get VpnclientIpsecParameters operation retrieves information about the vpnclient ipsec policy for P2S client of virtual network gateway in the specified resource group through Network resource provider.
function beginGetVpnclientIpsecParametersAndWait(resourceGroupName: string, virtualNetworkGatewayName: string, options?: VirtualNetworkGatewaysGetVpnclientIpsecParametersOptionalParams): Promise<VpnClientIPsecParameters>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The virtual network gateway name.
The options parameters.
Returns
Promise<VpnClientIPsecParameters>
beginGetVpnProfilePackageUrl(string, string, VirtualNetworkGatewaysGetVpnProfilePackageUrlOptionalParams)
Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group. The profile needs to be generated first using generateVpnProfile.
function beginGetVpnProfilePackageUrl(resourceGroupName: string, virtualNetworkGatewayName: string, options?: VirtualNetworkGatewaysGetVpnProfilePackageUrlOptionalParams): Promise<PollerLike<PollOperationState<VirtualNetworkGatewaysGetVpnProfilePackageUrlResponse>, VirtualNetworkGatewaysGetVpnProfilePackageUrlResponse>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<VirtualNetworkGatewaysGetVpnProfilePackageUrlResponse>, VirtualNetworkGatewaysGetVpnProfilePackageUrlResponse>>
beginGetVpnProfilePackageUrlAndWait(string, string, VirtualNetworkGatewaysGetVpnProfilePackageUrlOptionalParams)
Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group. The profile needs to be generated first using generateVpnProfile.
function beginGetVpnProfilePackageUrlAndWait(resourceGroupName: string, virtualNetworkGatewayName: string, options?: VirtualNetworkGatewaysGetVpnProfilePackageUrlOptionalParams): Promise<VirtualNetworkGatewaysGetVpnProfilePackageUrlResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
The options parameters.
Returns
beginReset(string, string, VirtualNetworkGatewaysResetOptionalParams)
Resets the primary of the virtual network gateway in the specified resource group.
function beginReset(resourceGroupName: string, virtualNetworkGatewayName: string, options?: VirtualNetworkGatewaysResetOptionalParams): Promise<PollerLike<PollOperationState<VirtualNetworkGateway>, VirtualNetworkGateway>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<VirtualNetworkGateway>, VirtualNetworkGateway>>
beginResetAndWait(string, string, VirtualNetworkGatewaysResetOptionalParams)
Resets the primary of the virtual network gateway in the specified resource group.
function beginResetAndWait(resourceGroupName: string, virtualNetworkGatewayName: string, options?: VirtualNetworkGatewaysResetOptionalParams): Promise<VirtualNetworkGateway>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
The options parameters.
Returns
Promise<VirtualNetworkGateway>
beginResetVpnClientSharedKey(string, string, VirtualNetworkGatewaysResetVpnClientSharedKeyOptionalParams)
Resets the VPN client shared key of the virtual network gateway in the specified resource group.
function beginResetVpnClientSharedKey(resourceGroupName: string, virtualNetworkGatewayName: string, options?: VirtualNetworkGatewaysResetVpnClientSharedKeyOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginResetVpnClientSharedKeyAndWait(string, string, VirtualNetworkGatewaysResetVpnClientSharedKeyOptionalParams)
Resets the VPN client shared key of the virtual network gateway in the specified resource group.
function beginResetVpnClientSharedKeyAndWait(resourceGroupName: string, virtualNetworkGatewayName: string, options?: VirtualNetworkGatewaysResetVpnClientSharedKeyOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
The options parameters.
Returns
Promise<void>
beginSetVpnclientIpsecParameters(string, string, VpnClientIPsecParameters, VirtualNetworkGatewaysSetVpnclientIpsecParametersOptionalParams)
The Set VpnclientIpsecParameters operation sets the vpnclient ipsec policy for P2S client of virtual network gateway in the specified resource group through Network resource provider.
function beginSetVpnclientIpsecParameters(resourceGroupName: string, virtualNetworkGatewayName: string, vpnclientIpsecParams: VpnClientIPsecParameters, options?: VirtualNetworkGatewaysSetVpnclientIpsecParametersOptionalParams): Promise<PollerLike<PollOperationState<VpnClientIPsecParameters>, VpnClientIPsecParameters>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
- vpnclientIpsecParams
- VpnClientIPsecParameters
Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual Network Gateway P2S client operation through Network resource provider.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<VpnClientIPsecParameters>, VpnClientIPsecParameters>>
beginSetVpnclientIpsecParametersAndWait(string, string, VpnClientIPsecParameters, VirtualNetworkGatewaysSetVpnclientIpsecParametersOptionalParams)
The Set VpnclientIpsecParameters operation sets the vpnclient ipsec policy for P2S client of virtual network gateway in the specified resource group through Network resource provider.
function beginSetVpnclientIpsecParametersAndWait(resourceGroupName: string, virtualNetworkGatewayName: string, vpnclientIpsecParams: VpnClientIPsecParameters, options?: VirtualNetworkGatewaysSetVpnclientIpsecParametersOptionalParams): Promise<VpnClientIPsecParameters>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
- vpnclientIpsecParams
- VpnClientIPsecParameters
Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual Network Gateway P2S client operation through Network resource provider.
The options parameters.
Returns
Promise<VpnClientIPsecParameters>
beginUpdateTags(string, string, TagsObject, VirtualNetworkGatewaysUpdateTagsOptionalParams)
Updates a virtual network gateway tags.
function beginUpdateTags(resourceGroupName: string, virtualNetworkGatewayName: string, parameters: TagsObject, options?: VirtualNetworkGatewaysUpdateTagsOptionalParams): Promise<PollerLike<PollOperationState<VirtualNetworkGateway>, VirtualNetworkGateway>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
- parameters
- TagsObject
Parameters supplied to update virtual network gateway tags.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<VirtualNetworkGateway>, VirtualNetworkGateway>>
beginUpdateTagsAndWait(string, string, TagsObject, VirtualNetworkGatewaysUpdateTagsOptionalParams)
Updates a virtual network gateway tags.
function beginUpdateTagsAndWait(resourceGroupName: string, virtualNetworkGatewayName: string, parameters: TagsObject, options?: VirtualNetworkGatewaysUpdateTagsOptionalParams): Promise<VirtualNetworkGateway>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
- parameters
- TagsObject
Parameters supplied to update virtual network gateway tags.
The options parameters.
Returns
Promise<VirtualNetworkGateway>
get(string, string, VirtualNetworkGatewaysGetOptionalParams)
Gets the specified virtual network gateway by resource group.
function get(resourceGroupName: string, virtualNetworkGatewayName: string, options?: VirtualNetworkGatewaysGetOptionalParams): Promise<VirtualNetworkGateway>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
The options parameters.
Returns
Promise<VirtualNetworkGateway>
list(string, VirtualNetworkGatewaysListOptionalParams)
Gets all virtual network gateways by resource group.
function list(resourceGroupName: string, options?: VirtualNetworkGatewaysListOptionalParams): PagedAsyncIterableIterator<VirtualNetworkGateway, VirtualNetworkGateway[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group.
The options parameters.
Returns
listConnections(string, string, VirtualNetworkGatewaysListConnectionsOptionalParams)
Gets all the connections in a virtual network gateway.
function listConnections(resourceGroupName: string, virtualNetworkGatewayName: string, options?: VirtualNetworkGatewaysListConnectionsOptionalParams): PagedAsyncIterableIterator<VirtualNetworkGatewayConnectionListEntity, VirtualNetworkGatewayConnectionListEntity[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
The options parameters.
Returns
supportedVpnDevices(string, string, VirtualNetworkGatewaysSupportedVpnDevicesOptionalParams)
Gets a xml format representation for supported vpn devices.
function supportedVpnDevices(resourceGroupName: string, virtualNetworkGatewayName: string, options?: VirtualNetworkGatewaysSupportedVpnDevicesOptionalParams): Promise<VirtualNetworkGatewaysSupportedVpnDevicesResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayName
-
string
The name of the virtual network gateway.
The options parameters.
Returns
vpnDeviceConfigurationScript(string, string, VpnDeviceScriptParameters, VirtualNetworkGatewaysVpnDeviceConfigurationScriptOptionalParams)
Gets a xml format representation for vpn device configuration script.
function vpnDeviceConfigurationScript(resourceGroupName: string, virtualNetworkGatewayConnectionName: string, parameters: VpnDeviceScriptParameters, options?: VirtualNetworkGatewaysVpnDeviceConfigurationScriptOptionalParams): Promise<VirtualNetworkGatewaysVpnDeviceConfigurationScriptResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkGatewayConnectionName
-
string
The name of the virtual network gateway connection for which the configuration script is generated.
- parameters
- VpnDeviceScriptParameters
Parameters supplied to the generate vpn device script operation.
The options parameters.