xml/Microsoft.Azure.Management.Network/VirtualNetworkGatewaysOperationsExtensions.xml (3,555 lines of code) (raw):
<Type Name="VirtualNetworkGatewaysOperationsExtensions" FullName="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions">
<TypeSignature Language="C#" Value="public static class VirtualNetworkGatewaysOperationsExtensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit VirtualNetworkGatewaysOperationsExtensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions" />
<TypeSignature Language="VB.NET" Value="Public Module VirtualNetworkGatewaysOperationsExtensions" />
<TypeSignature Language="F#" Value="type VirtualNetworkGatewaysOperationsExtensions = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Extension methods for VirtualNetworkGatewaysOperations.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="BeginCreateOrUpdate">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway BeginCreateOrUpdate (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway BeginCreateOrUpdate(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreateOrUpdate (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VirtualNetworkGateway) As VirtualNetworkGateway" />
<MemberSignature Language="F#" Value="static member BeginCreateOrUpdate : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway -> Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginCreateOrUpdate (operations, resourceGroupName, virtualNetworkGatewayName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to create or update virtual network gateway operation.
</param>
<summary>
Creates or updates a virtual network gateway in the specified resource
group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginCreateOrUpdateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> BeginCreateOrUpdateAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VirtualNetworkGateway, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VirtualNetworkGateway)" />
<MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginCreateOrUpdateAsync (operations, resourceGroupName, virtualNetworkGatewayName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to create or update virtual network gateway operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Creates or updates a virtual network gateway in the specified resource
group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginDelete">
<MemberSignature Language="C#" Value="public static void BeginDelete (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDelete(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginDelete(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Sub BeginDelete (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String)" />
<MemberSignature Language="F#" Value="static member BeginDelete : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string -> unit" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginDelete (operations, resourceGroupName, virtualNetworkGatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<summary>
Deletes the specified virtual network gateway.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginDeleteAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeleteAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member BeginDeleteAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginDeleteAsync (operations, resourceGroupName, virtualNetworkGatewayName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deletes the specified virtual network gateway.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginDisconnectVirtualNetworkGatewayVpnConnections">
<MemberSignature Language="C#" Value="public static void BeginDisconnectVirtualNetworkGatewayVpnConnections (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest request);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDisconnectVirtualNetworkGatewayVpnConnections(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest request) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginDisconnectVirtualNetworkGatewayVpnConnections(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Sub BeginDisconnectVirtualNetworkGatewayVpnConnections (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, request As P2SVpnConnectionRequest)" />
<MemberSignature Language="F#" Value="static member BeginDisconnectVirtualNetworkGatewayVpnConnections : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest -> unit" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginDisconnectVirtualNetworkGatewayVpnConnections (operations, resourceGroupName, virtualNetworkGatewayName, request)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="request" Type="Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="request">
The parameters are supplied to disconnect vpn connections.
</param>
<summary>
Disconnect vpn connections of virtual network gateway in the specified
resource group.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginDisconnectVirtualNetworkGatewayVpnConnectionsAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDisconnectVirtualNetworkGatewayVpnConnectionsAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest request, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDisconnectVirtualNetworkGatewayVpnConnectionsAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest request, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginDisconnectVirtualNetworkGatewayVpnConnectionsAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDisconnectVirtualNetworkGatewayVpnConnectionsAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, request As P2SVpnConnectionRequest, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member BeginDisconnectVirtualNetworkGatewayVpnConnectionsAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginDisconnectVirtualNetworkGatewayVpnConnectionsAsync (operations, resourceGroupName, virtualNetworkGatewayName, request, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="request" Type="Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="request">
The parameters are supplied to disconnect vpn connections.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Disconnect vpn connections of virtual network gateway in the specified
resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGeneratevpnclientpackage">
<MemberSignature Language="C#" Value="public static string BeginGeneratevpnclientpackage (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig string BeginGeneratevpnclientpackage(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGeneratevpnclientpackage(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGeneratevpnclientpackage (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnClientParameters) As String" />
<MemberSignature Language="F#" Value="static member BeginGeneratevpnclientpackage : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnClientParameters -> string" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGeneratevpnclientpackage (operations, resourceGroupName, virtualNetworkGatewayName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnClientParameters" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to the generate virtual network gateway VPN client
package operation.
</param>
<summary>
Generates VPN client package for P2S client of the virtual network gateway
in the specified resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGeneratevpnclientpackageAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<string> BeginGeneratevpnclientpackageAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<string> BeginGeneratevpnclientpackageAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGeneratevpnclientpackageAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGeneratevpnclientpackageAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnClientParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)" />
<MemberSignature Language="F#" Value="static member BeginGeneratevpnclientpackageAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnClientParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGeneratevpnclientpackageAsync (operations, resourceGroupName, virtualNetworkGatewayName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnClientParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to the generate virtual network gateway VPN client
package operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Generates VPN client package for P2S client of the virtual network gateway
in the specified resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGenerateVpnProfile">
<MemberSignature Language="C#" Value="public static string BeginGenerateVpnProfile (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig string BeginGenerateVpnProfile(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGenerateVpnProfile(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGenerateVpnProfile (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnClientParameters) As String" />
<MemberSignature Language="F#" Value="static member BeginGenerateVpnProfile : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnClientParameters -> string" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGenerateVpnProfile (operations, resourceGroupName, virtualNetworkGatewayName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnClientParameters" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to the generate virtual network gateway VPN client
package operation.
</param>
<summary>
Generates VPN profile for P2S client of the virtual network gateway in the
specified resource group. Used for IKEV2 and radius based authentication.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGenerateVpnProfileAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<string> BeginGenerateVpnProfileAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<string> BeginGenerateVpnProfileAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGenerateVpnProfileAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGenerateVpnProfileAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnClientParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)" />
<MemberSignature Language="F#" Value="static member BeginGenerateVpnProfileAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnClientParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGenerateVpnProfileAsync (operations, resourceGroupName, virtualNetworkGatewayName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnClientParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to the generate virtual network gateway VPN client
package operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Generates VPN profile for P2S client of the virtual network gateway in the
specified resource group. Used for IKEV2 and radius based authentication.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGetAdvertisedRoutes">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.GatewayRouteListResult BeginGetAdvertisedRoutes (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string peer);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.GatewayRouteListResult BeginGetAdvertisedRoutes(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string peer) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetAdvertisedRoutes(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGetAdvertisedRoutes (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, peer As String) As GatewayRouteListResult" />
<MemberSignature Language="F#" Value="static member BeginGetAdvertisedRoutes : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.GatewayRouteListResult" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetAdvertisedRoutes (operations, resourceGroupName, virtualNetworkGatewayName, peer)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.GatewayRouteListResult</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="peer" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="peer">
The IP address of the peer.
</param>
<summary>
This operation retrieves a list of routes the virtual network gateway is
advertising to the specified peer.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGetAdvertisedRoutesAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.GatewayRouteListResult> BeginGetAdvertisedRoutesAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string peer, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.GatewayRouteListResult> BeginGetAdvertisedRoutesAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string peer, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetAdvertisedRoutesAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGetAdvertisedRoutesAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, peer As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GatewayRouteListResult)" />
<MemberSignature Language="F#" Value="static member BeginGetAdvertisedRoutesAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.GatewayRouteListResult>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetAdvertisedRoutesAsync (operations, resourceGroupName, virtualNetworkGatewayName, peer, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.GatewayRouteListResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="peer" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="peer">
The IP address of the peer.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
This operation retrieves a list of routes the virtual network gateway is
advertising to the specified peer.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGetBgpPeerStatus">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult BeginGetBgpPeerStatus (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string peer = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult BeginGetBgpPeerStatus(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string peer) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetBgpPeerStatus(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGetBgpPeerStatus (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional peer As String = Nothing) As BgpPeerStatusListResult" />
<MemberSignature Language="F#" Value="static member BeginGetBgpPeerStatus : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetBgpPeerStatus (operations, resourceGroupName, virtualNetworkGatewayName, peer)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="peer" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="peer">
The IP address of the peer to retrieve the status of.
</param>
<summary>
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGetBgpPeerStatusAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult> BeginGetBgpPeerStatusAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string peer = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult> BeginGetBgpPeerStatusAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string peer, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetBgpPeerStatusAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGetBgpPeerStatusAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional peer As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BgpPeerStatusListResult)" />
<MemberSignature Language="F#" Value="static member BeginGetBgpPeerStatusAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetBgpPeerStatusAsync (operations, resourceGroupName, virtualNetworkGatewayName, peer, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="peer" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="peer">
The IP address of the peer to retrieve the status of.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGetLearnedRoutes">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.GatewayRouteListResult BeginGetLearnedRoutes (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.GatewayRouteListResult BeginGetLearnedRoutes(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetLearnedRoutes(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGetLearnedRoutes (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String) As GatewayRouteListResult" />
<MemberSignature Language="F#" Value="static member BeginGetLearnedRoutes : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string -> Microsoft.Azure.Management.Network.Models.GatewayRouteListResult" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetLearnedRoutes (operations, resourceGroupName, virtualNetworkGatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.GatewayRouteListResult</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<summary>
This operation retrieves a list of routes the virtual network gateway has
learned, including routes learned from BGP peers.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGetLearnedRoutesAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.GatewayRouteListResult> BeginGetLearnedRoutesAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.GatewayRouteListResult> BeginGetLearnedRoutesAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetLearnedRoutesAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGetLearnedRoutesAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GatewayRouteListResult)" />
<MemberSignature Language="F#" Value="static member BeginGetLearnedRoutesAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.GatewayRouteListResult>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetLearnedRoutesAsync (operations, resourceGroupName, virtualNetworkGatewayName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.GatewayRouteListResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
This operation retrieves a list of routes the virtual network gateway has
learned, including routes learned from BGP peers.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGetVpnclientConnectionHealth">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult BeginGetVpnclientConnectionHealth (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult BeginGetVpnclientConnectionHealth(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetVpnclientConnectionHealth(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGetVpnclientConnectionHealth (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String) As VpnClientConnectionHealthDetailListResult" />
<MemberSignature Language="F#" Value="static member BeginGetVpnclientConnectionHealth : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string -> Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetVpnclientConnectionHealth (operations, resourceGroupName, virtualNetworkGatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<summary>
Get VPN client connection health detail per P2S client connection of the
virtual network gateway in the specified resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGetVpnclientConnectionHealthAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult> BeginGetVpnclientConnectionHealthAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult> BeginGetVpnclientConnectionHealthAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetVpnclientConnectionHealthAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGetVpnclientConnectionHealthAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VpnClientConnectionHealthDetailListResult)" />
<MemberSignature Language="F#" Value="static member BeginGetVpnclientConnectionHealthAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetVpnclientConnectionHealthAsync (operations, resourceGroupName, virtualNetworkGatewayName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Get VPN client connection health detail per P2S client connection of the
virtual network gateway in the specified resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGetVpnclientIpsecParameters">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters BeginGetVpnclientIpsecParameters (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters BeginGetVpnclientIpsecParameters(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetVpnclientIpsecParameters(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGetVpnclientIpsecParameters (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String) As VpnClientIPsecParameters" />
<MemberSignature Language="F#" Value="static member BeginGetVpnclientIpsecParameters : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string -> Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetVpnclientIpsecParameters (operations, resourceGroupName, virtualNetworkGatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The virtual network gateway name.
</param>
<summary>
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.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGetVpnclientIpsecParametersAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters> BeginGetVpnclientIpsecParametersAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters> BeginGetVpnclientIpsecParametersAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetVpnclientIpsecParametersAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGetVpnclientIpsecParametersAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VpnClientIPsecParameters)" />
<MemberSignature Language="F#" Value="static member BeginGetVpnclientIpsecParametersAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetVpnclientIpsecParametersAsync (operations, resourceGroupName, virtualNetworkGatewayName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The virtual network gateway name.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
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.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGetVpnProfilePackageUrl">
<MemberSignature Language="C#" Value="public static string BeginGetVpnProfilePackageUrl (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig string BeginGetVpnProfilePackageUrl(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetVpnProfilePackageUrl(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGetVpnProfilePackageUrl (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String) As String" />
<MemberSignature Language="F#" Value="static member BeginGetVpnProfilePackageUrl : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string -> string" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetVpnProfilePackageUrl (operations, resourceGroupName, virtualNetworkGatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<summary>
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.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGetVpnProfilePackageUrlAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<string> BeginGetVpnProfilePackageUrlAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<string> BeginGetVpnProfilePackageUrlAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetVpnProfilePackageUrlAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGetVpnProfilePackageUrlAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)" />
<MemberSignature Language="F#" Value="static member BeginGetVpnProfilePackageUrlAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginGetVpnProfilePackageUrlAsync (operations, resourceGroupName, virtualNetworkGatewayName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
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.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginReset">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway BeginReset (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string gatewayVip = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway BeginReset(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string gatewayVip) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginReset(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginReset (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional gatewayVip As String = Nothing) As VirtualNetworkGateway" />
<MemberSignature Language="F#" Value="static member BeginReset : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginReset (operations, resourceGroupName, virtualNetworkGatewayName, gatewayVip)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="gatewayVip" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="gatewayVip">
Virtual network gateway vip address supplied to the begin reset of the
active-active feature enabled gateway.
</param>
<summary>
Resets the primary of the virtual network gateway in the specified resource
group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginResetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> BeginResetAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string gatewayVip = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> BeginResetAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string gatewayVip, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginResetAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginResetAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional gatewayVip As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VirtualNetworkGateway)" />
<MemberSignature Language="F#" Value="static member BeginResetAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginResetAsync (operations, resourceGroupName, virtualNetworkGatewayName, gatewayVip, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="gatewayVip" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="gatewayVip">
Virtual network gateway vip address supplied to the begin reset of the
active-active feature enabled gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Resets the primary of the virtual network gateway in the specified resource
group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginResetVpnClientSharedKey">
<MemberSignature Language="C#" Value="public static void BeginResetVpnClientSharedKey (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginResetVpnClientSharedKey(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginResetVpnClientSharedKey(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Sub BeginResetVpnClientSharedKey (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String)" />
<MemberSignature Language="F#" Value="static member BeginResetVpnClientSharedKey : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string -> unit" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginResetVpnClientSharedKey (operations, resourceGroupName, virtualNetworkGatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<summary>
Resets the VPN client shared key of the virtual network gateway in the
specified resource group.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginResetVpnClientSharedKeyAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginResetVpnClientSharedKeyAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginResetVpnClientSharedKeyAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginResetVpnClientSharedKeyAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginResetVpnClientSharedKeyAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member BeginResetVpnClientSharedKeyAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginResetVpnClientSharedKeyAsync (operations, resourceGroupName, virtualNetworkGatewayName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Resets the VPN client shared key of the virtual network gateway in the
specified resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginSetVpnclientIpsecParameters">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters BeginSetVpnclientIpsecParameters (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters vpnclientIpsecParams);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters BeginSetVpnclientIpsecParameters(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters vpnclientIpsecParams) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginSetVpnclientIpsecParameters(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginSetVpnclientIpsecParameters (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, vpnclientIpsecParams As VpnClientIPsecParameters) As VpnClientIPsecParameters" />
<MemberSignature Language="F#" Value="static member BeginSetVpnclientIpsecParameters : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters -> Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginSetVpnclientIpsecParameters (operations, resourceGroupName, virtualNetworkGatewayName, vpnclientIpsecParams)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="vpnclientIpsecParams" Type="Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="vpnclientIpsecParams">
Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual
Network Gateway P2S client operation through Network resource provider.
</param>
<summary>
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.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginSetVpnclientIpsecParametersAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters> BeginSetVpnclientIpsecParametersAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters vpnclientIpsecParams, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters> BeginSetVpnclientIpsecParametersAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters vpnclientIpsecParams, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginSetVpnclientIpsecParametersAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginSetVpnclientIpsecParametersAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, vpnclientIpsecParams As VpnClientIPsecParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VpnClientIPsecParameters)" />
<MemberSignature Language="F#" Value="static member BeginSetVpnclientIpsecParametersAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginSetVpnclientIpsecParametersAsync (operations, resourceGroupName, virtualNetworkGatewayName, vpnclientIpsecParams, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="vpnclientIpsecParams" Type="Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="vpnclientIpsecParams">
Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual
Network Gateway P2S client operation through Network resource provider.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
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.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginStartPacketCapture">
<MemberSignature Language="C#" Value="public static string BeginStartPacketCapture (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters parameters = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig string BeginStartPacketCapture(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginStartPacketCapture(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginStartPacketCapture (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional parameters As VpnPacketCaptureStartParameters = Nothing) As String" />
<MemberSignature Language="F#" Value="static member BeginStartPacketCapture : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters -> string" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginStartPacketCapture (operations, resourceGroupName, virtualNetworkGatewayName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Virtual network gateway packet capture parameters supplied to start packet
capture on gateway.
</param>
<summary>
Starts packet capture on virtual network gateway in the specified resource
group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginStartPacketCaptureAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<string> BeginStartPacketCaptureAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters parameters = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<string> BeginStartPacketCaptureAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginStartPacketCaptureAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginStartPacketCaptureAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional parameters As VpnPacketCaptureStartParameters = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)" />
<MemberSignature Language="F#" Value="static member BeginStartPacketCaptureAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginStartPacketCaptureAsync (operations, resourceGroupName, virtualNetworkGatewayName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Virtual network gateway packet capture parameters supplied to start packet
capture on gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Starts packet capture on virtual network gateway in the specified resource
group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginStopPacketCapture">
<MemberSignature Language="C#" Value="public static string BeginStopPacketCapture (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig string BeginStopPacketCapture(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginStopPacketCapture(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginStopPacketCapture (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnPacketCaptureStopParameters) As String" />
<MemberSignature Language="F#" Value="static member BeginStopPacketCapture : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters -> string" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginStopPacketCapture (operations, resourceGroupName, virtualNetworkGatewayName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Virtual network gateway packet capture parameters supplied to stop packet
capture on gateway.
</param>
<summary>
Stops packet capture on virtual network gateway in the specified resource
group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginStopPacketCaptureAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<string> BeginStopPacketCaptureAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<string> BeginStopPacketCaptureAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginStopPacketCaptureAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginStopPacketCaptureAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnPacketCaptureStopParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)" />
<MemberSignature Language="F#" Value="static member BeginStopPacketCaptureAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginStopPacketCaptureAsync (operations, resourceGroupName, virtualNetworkGatewayName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Virtual network gateway packet capture parameters supplied to stop packet
capture on gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Stops packet capture on virtual network gateway in the specified resource
group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginUpdateTags">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway BeginUpdateTags (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.TagsObject parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway BeginUpdateTags(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.TagsObject parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginUpdateTags(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.TagsObject)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginUpdateTags (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As TagsObject) As VirtualNetworkGateway" />
<MemberSignature Language="F#" Value="static member BeginUpdateTags : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject -> Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginUpdateTags (operations, resourceGroupName, virtualNetworkGatewayName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.TagsObject" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to update virtual network gateway tags.
</param>
<summary>
Updates a virtual network gateway tags.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginUpdateTagsAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> BeginUpdateTagsAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> BeginUpdateTagsAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.TagsObject parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginUpdateTagsAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.TagsObject,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginUpdateTagsAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As TagsObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VirtualNetworkGateway)" />
<MemberSignature Language="F#" Value="static member BeginUpdateTagsAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.BeginUpdateTagsAsync (operations, resourceGroupName, virtualNetworkGatewayName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.TagsObject" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to update virtual network gateway tags.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Updates a virtual network gateway tags.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateOrUpdate">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway CreateOrUpdate (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway CreateOrUpdate(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateOrUpdate (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VirtualNetworkGateway) As VirtualNetworkGateway" />
<MemberSignature Language="F#" Value="static member CreateOrUpdate : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway -> Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.CreateOrUpdate (operations, resourceGroupName, virtualNetworkGatewayName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to create or update virtual network gateway operation.
</param>
<summary>
Creates or updates a virtual network gateway in the specified resource
group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateOrUpdateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> CreateOrUpdateAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> CreateOrUpdateAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateOrUpdateAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VirtualNetworkGateway, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VirtualNetworkGateway)" />
<MemberSignature Language="F#" Value="static member CreateOrUpdateAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.CreateOrUpdateAsync (operations, resourceGroupName, virtualNetworkGatewayName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to create or update virtual network gateway operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Creates or updates a virtual network gateway in the specified resource
group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Delete">
<MemberSignature Language="C#" Value="public static void Delete (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void Delete(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.Delete(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Sub Delete (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String)" />
<MemberSignature Language="F#" Value="static member Delete : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string -> unit" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.Delete (operations, resourceGroupName, virtualNetworkGatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<summary>
Deletes the specified virtual network gateway.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member DeleteAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.DeleteAsync (operations, resourceGroupName, virtualNetworkGatewayName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deletes the specified virtual network gateway.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DisconnectVirtualNetworkGatewayVpnConnections">
<MemberSignature Language="C#" Value="public static void DisconnectVirtualNetworkGatewayVpnConnections (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest request);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void DisconnectVirtualNetworkGatewayVpnConnections(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest request) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.DisconnectVirtualNetworkGatewayVpnConnections(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Sub DisconnectVirtualNetworkGatewayVpnConnections (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, request As P2SVpnConnectionRequest)" />
<MemberSignature Language="F#" Value="static member DisconnectVirtualNetworkGatewayVpnConnections : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest -> unit" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.DisconnectVirtualNetworkGatewayVpnConnections (operations, resourceGroupName, virtualNetworkGatewayName, request)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="request" Type="Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="request">
The parameters are supplied to disconnect vpn connections.
</param>
<summary>
Disconnect vpn connections of virtual network gateway in the specified
resource group.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DisconnectVirtualNetworkGatewayVpnConnectionsAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DisconnectVirtualNetworkGatewayVpnConnectionsAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest request, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DisconnectVirtualNetworkGatewayVpnConnectionsAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest request, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.DisconnectVirtualNetworkGatewayVpnConnectionsAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DisconnectVirtualNetworkGatewayVpnConnectionsAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, request As P2SVpnConnectionRequest, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member DisconnectVirtualNetworkGatewayVpnConnectionsAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.DisconnectVirtualNetworkGatewayVpnConnectionsAsync (operations, resourceGroupName, virtualNetworkGatewayName, request, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="request" Type="Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="request">
The parameters are supplied to disconnect vpn connections.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Disconnect vpn connections of virtual network gateway in the specified
resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GenerateGatewayVpnProfile">
<MemberSignature Language="C#" Value="public static string GenerateGatewayVpnProfile (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig string GenerateGatewayVpnProfile(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GenerateGatewayVpnProfile(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GenerateGatewayVpnProfile (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnClientParameters) As String" />
<MemberSignature Language="F#" Value="static member GenerateGatewayVpnProfile : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnClientParameters -> string" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GenerateGatewayVpnProfile (operations, resourceGroupName, virtualNetworkGatewayName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnClientParameters" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to the generate virtual network gateway VPN client
package operation.
</param>
<summary>
Generates VPN profile for P2S client of the virtual network gateway in the
specified resource group. Used for IKEV2 and radius based authentication.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GenerateGatewayVpnProfileAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<string> GenerateGatewayVpnProfileAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<string> GenerateGatewayVpnProfileAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GenerateGatewayVpnProfileAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GenerateGatewayVpnProfileAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnClientParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)" />
<MemberSignature Language="F#" Value="static member GenerateGatewayVpnProfileAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnClientParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GenerateGatewayVpnProfileAsync (operations, resourceGroupName, virtualNetworkGatewayName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnClientParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to the generate virtual network gateway VPN client
package operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Generates VPN profile for P2S client of the virtual network gateway in the
specified resource group. Used for IKEV2 and radius based authentication.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Generatevpnclientpackage">
<MemberSignature Language="C#" Value="public static string Generatevpnclientpackage (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig string Generatevpnclientpackage(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.Generatevpnclientpackage(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Generatevpnclientpackage (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnClientParameters) As String" />
<MemberSignature Language="F#" Value="static member Generatevpnclientpackage : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnClientParameters -> string" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.Generatevpnclientpackage (operations, resourceGroupName, virtualNetworkGatewayName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnClientParameters" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to the generate virtual network gateway VPN client
package operation.
</param>
<summary>
Generates VPN client package for P2S client of the virtual network gateway
in the specified resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GeneratevpnclientpackageAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<string> GeneratevpnclientpackageAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<string> GeneratevpnclientpackageAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GeneratevpnclientpackageAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GeneratevpnclientpackageAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnClientParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)" />
<MemberSignature Language="F#" Value="static member GeneratevpnclientpackageAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnClientParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GeneratevpnclientpackageAsync (operations, resourceGroupName, virtualNetworkGatewayName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnClientParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to the generate virtual network gateway VPN client
package operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Generates VPN client package for P2S client of the virtual network gateway
in the specified resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GenerateVpnProfile">
<MemberSignature Language="C#" Value="public static string GenerateVpnProfile (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig string GenerateVpnProfile(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GenerateVpnProfile(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GenerateVpnProfile (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnClientParameters) As String" />
<MemberSignature Language="F#" Value="static member GenerateVpnProfile : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnClientParameters -> string" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GenerateVpnProfile (operations, resourceGroupName, virtualNetworkGatewayName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnClientParameters" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to the generate virtual network gateway VPN client
package operation.
</param>
<summary>
Generates VPN profile for P2S client of the virtual network gateway in the
specified resource group. Used for IKEV2 and radius based authentication.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GenerateVpnProfileAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<string> GenerateVpnProfileAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<string> GenerateVpnProfileAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GenerateVpnProfileAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GenerateVpnProfileAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnClientParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)" />
<MemberSignature Language="F#" Value="static member GenerateVpnProfileAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnClientParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GenerateVpnProfileAsync (operations, resourceGroupName, virtualNetworkGatewayName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnClientParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to the generate virtual network gateway VPN client
package operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Generates VPN profile for P2S client of the virtual network gateway in the
specified resource group. Used for IKEV2 and radius based authentication.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Get">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway Get (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway Get(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.Get(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Get (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String) As VirtualNetworkGateway" />
<MemberSignature Language="F#" Value="static member Get : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string -> Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.Get (operations, resourceGroupName, virtualNetworkGatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<summary>
Gets the specified virtual network gateway by resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAdvertisedRoutes">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.GatewayRouteListResult GetAdvertisedRoutes (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string peer);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.GatewayRouteListResult GetAdvertisedRoutes(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string peer) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetAdvertisedRoutes(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAdvertisedRoutes (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, peer As String) As GatewayRouteListResult" />
<MemberSignature Language="F#" Value="static member GetAdvertisedRoutes : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.GatewayRouteListResult" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetAdvertisedRoutes (operations, resourceGroupName, virtualNetworkGatewayName, peer)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.GatewayRouteListResult</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="peer" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="peer">
The IP address of the peer.
</param>
<summary>
This operation retrieves a list of routes the virtual network gateway is
advertising to the specified peer.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAdvertisedRoutesAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.GatewayRouteListResult> GetAdvertisedRoutesAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string peer, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.GatewayRouteListResult> GetAdvertisedRoutesAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string peer, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetAdvertisedRoutesAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAdvertisedRoutesAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, peer As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GatewayRouteListResult)" />
<MemberSignature Language="F#" Value="static member GetAdvertisedRoutesAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.GatewayRouteListResult>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetAdvertisedRoutesAsync (operations, resourceGroupName, virtualNetworkGatewayName, peer, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.GatewayRouteListResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="peer" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="peer">
The IP address of the peer.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
This operation retrieves a list of routes the virtual network gateway is
advertising to the specified peer.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> GetAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> GetAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VirtualNetworkGateway)" />
<MemberSignature Language="F#" Value="static member GetAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetAsync (operations, resourceGroupName, virtualNetworkGatewayName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets the specified virtual network gateway by resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetBgpPeerStatus">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult GetBgpPeerStatus (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string peer = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult GetBgpPeerStatus(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string peer) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetBgpPeerStatus(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetBgpPeerStatus (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional peer As String = Nothing) As BgpPeerStatusListResult" />
<MemberSignature Language="F#" Value="static member GetBgpPeerStatus : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetBgpPeerStatus (operations, resourceGroupName, virtualNetworkGatewayName, peer)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="peer" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="peer">
The IP address of the peer to retrieve the status of.
</param>
<summary>
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetBgpPeerStatusAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult> GetBgpPeerStatusAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string peer = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult> GetBgpPeerStatusAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string peer, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetBgpPeerStatusAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetBgpPeerStatusAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional peer As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BgpPeerStatusListResult)" />
<MemberSignature Language="F#" Value="static member GetBgpPeerStatusAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetBgpPeerStatusAsync (operations, resourceGroupName, virtualNetworkGatewayName, peer, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="peer" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="peer">
The IP address of the peer to retrieve the status of.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetGatewayVpnProfile">
<MemberSignature Language="C#" Value="public static string GetGatewayVpnProfile (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig string GetGatewayVpnProfile(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetGatewayVpnProfile(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetGatewayVpnProfile (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String) As String" />
<MemberSignature Language="F#" Value="static member GetGatewayVpnProfile : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string -> string" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetGatewayVpnProfile (operations, resourceGroupName, virtualNetworkGatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<summary>
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.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetGatewayVpnProfileAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<string> GetGatewayVpnProfileAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<string> GetGatewayVpnProfileAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetGatewayVpnProfileAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetGatewayVpnProfileAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)" />
<MemberSignature Language="F#" Value="static member GetGatewayVpnProfileAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetGatewayVpnProfileAsync (operations, resourceGroupName, virtualNetworkGatewayName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
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.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetLearnedRoutes">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.GatewayRouteListResult GetLearnedRoutes (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.GatewayRouteListResult GetLearnedRoutes(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetLearnedRoutes(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetLearnedRoutes (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String) As GatewayRouteListResult" />
<MemberSignature Language="F#" Value="static member GetLearnedRoutes : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string -> Microsoft.Azure.Management.Network.Models.GatewayRouteListResult" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetLearnedRoutes (operations, resourceGroupName, virtualNetworkGatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.GatewayRouteListResult</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<summary>
This operation retrieves a list of routes the virtual network gateway has
learned, including routes learned from BGP peers.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetLearnedRoutesAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.GatewayRouteListResult> GetLearnedRoutesAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.GatewayRouteListResult> GetLearnedRoutesAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetLearnedRoutesAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetLearnedRoutesAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GatewayRouteListResult)" />
<MemberSignature Language="F#" Value="static member GetLearnedRoutesAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.GatewayRouteListResult>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetLearnedRoutesAsync (operations, resourceGroupName, virtualNetworkGatewayName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.GatewayRouteListResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
This operation retrieves a list of routes the virtual network gateway has
learned, including routes learned from BGP peers.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetVpnclientConnectionHealth">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult GetVpnclientConnectionHealth (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult GetVpnclientConnectionHealth(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetVpnclientConnectionHealth(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetVpnclientConnectionHealth (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String) As VpnClientConnectionHealthDetailListResult" />
<MemberSignature Language="F#" Value="static member GetVpnclientConnectionHealth : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string -> Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetVpnclientConnectionHealth (operations, resourceGroupName, virtualNetworkGatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<summary>
Get VPN client connection health detail per P2S client connection of the
virtual network gateway in the specified resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetVpnclientConnectionHealthAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult> GetVpnclientConnectionHealthAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult> GetVpnclientConnectionHealthAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetVpnclientConnectionHealthAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetVpnclientConnectionHealthAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VpnClientConnectionHealthDetailListResult)" />
<MemberSignature Language="F#" Value="static member GetVpnclientConnectionHealthAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetVpnclientConnectionHealthAsync (operations, resourceGroupName, virtualNetworkGatewayName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Get VPN client connection health detail per P2S client connection of the
virtual network gateway in the specified resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetVpnclientIpsecParameters">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters GetVpnclientIpsecParameters (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters GetVpnclientIpsecParameters(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetVpnclientIpsecParameters(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetVpnclientIpsecParameters (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String) As VpnClientIPsecParameters" />
<MemberSignature Language="F#" Value="static member GetVpnclientIpsecParameters : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string -> Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetVpnclientIpsecParameters (operations, resourceGroupName, virtualNetworkGatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The virtual network gateway name.
</param>
<summary>
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.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetVpnclientIpsecParametersAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters> GetVpnclientIpsecParametersAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters> GetVpnclientIpsecParametersAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetVpnclientIpsecParametersAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetVpnclientIpsecParametersAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VpnClientIPsecParameters)" />
<MemberSignature Language="F#" Value="static member GetVpnclientIpsecParametersAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetVpnclientIpsecParametersAsync (operations, resourceGroupName, virtualNetworkGatewayName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The virtual network gateway name.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
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.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetVpnProfilePackageUrl">
<MemberSignature Language="C#" Value="public static string GetVpnProfilePackageUrl (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig string GetVpnProfilePackageUrl(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetVpnProfilePackageUrl(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetVpnProfilePackageUrl (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String) As String" />
<MemberSignature Language="F#" Value="static member GetVpnProfilePackageUrl : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string -> string" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetVpnProfilePackageUrl (operations, resourceGroupName, virtualNetworkGatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<summary>
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.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetVpnProfilePackageUrlAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<string> GetVpnProfilePackageUrlAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<string> GetVpnProfilePackageUrlAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetVpnProfilePackageUrlAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetVpnProfilePackageUrlAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)" />
<MemberSignature Language="F#" Value="static member GetVpnProfilePackageUrlAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.GetVpnProfilePackageUrlAsync (operations, resourceGroupName, virtualNetworkGatewayName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
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.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="List">
<MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> List (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> List(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.List(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function List (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String) As IPage(Of VirtualNetworkGateway)" />
<MemberSignature Language="F#" Value="static member List : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.List (operations, resourceGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<summary>
Gets all virtual network gateways by resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>> ListAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>> ListAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ListAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VirtualNetworkGateway))" />
<MemberSignature Language="F#" Value="static member ListAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ListAsync (operations, resourceGroupName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets all virtual network gateways by resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListConnections">
<MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity> ListConnections (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity> ListConnections(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ListConnections(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListConnections (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String) As IPage(Of VirtualNetworkGatewayConnectionListEntity)" />
<MemberSignature Language="F#" Value="static member ListConnections : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ListConnections (operations, resourceGroupName, virtualNetworkGatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<summary>
Gets all the connections in a virtual network gateway.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListConnectionsAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity>> ListConnectionsAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity>> ListConnectionsAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ListConnectionsAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListConnectionsAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VirtualNetworkGatewayConnectionListEntity))" />
<MemberSignature Language="F#" Value="static member ListConnectionsAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity>>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ListConnectionsAsync (operations, resourceGroupName, virtualNetworkGatewayName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets all the connections in a virtual network gateway.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListConnectionsNext">
<MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity> ListConnectionsNext (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity> ListConnectionsNext(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string nextPageLink) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ListConnectionsNext(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListConnectionsNext (operations As IVirtualNetworkGatewaysOperations, nextPageLink As String) As IPage(Of VirtualNetworkGatewayConnectionListEntity)" />
<MemberSignature Language="F#" Value="static member ListConnectionsNext : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ListConnectionsNext (operations, nextPageLink)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="nextPageLink" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<summary>
Gets all the connections in a virtual network gateway.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListConnectionsNextAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity>> ListConnectionsNextAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity>> ListConnectionsNextAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ListConnectionsNextAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListConnectionsNextAsync (operations As IVirtualNetworkGatewaysOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VirtualNetworkGatewayConnectionListEntity))" />
<MemberSignature Language="F#" Value="static member ListConnectionsNextAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity>>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ListConnectionsNextAsync (operations, nextPageLink, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets all the connections in a virtual network gateway.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListNext">
<MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> ListNext (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> ListNext(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string nextPageLink) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ListNext(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListNext (operations As IVirtualNetworkGatewaysOperations, nextPageLink As String) As IPage(Of VirtualNetworkGateway)" />
<MemberSignature Language="F#" Value="static member ListNext : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ListNext (operations, nextPageLink)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="nextPageLink" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<summary>
Gets all virtual network gateways by resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListNextAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>> ListNextAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>> ListNextAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListNextAsync (operations As IVirtualNetworkGatewaysOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VirtualNetworkGateway))" />
<MemberSignature Language="F#" Value="static member ListNextAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ListNextAsync (operations, nextPageLink, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets all virtual network gateways by resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Reset">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway Reset (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string gatewayVip = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway Reset(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string gatewayVip) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.Reset(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Reset (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional gatewayVip As String = Nothing) As VirtualNetworkGateway" />
<MemberSignature Language="F#" Value="static member Reset : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.Reset (operations, resourceGroupName, virtualNetworkGatewayName, gatewayVip)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="gatewayVip" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="gatewayVip">
Virtual network gateway vip address supplied to the begin reset of the
active-active feature enabled gateway.
</param>
<summary>
Resets the primary of the virtual network gateway in the specified resource
group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> ResetAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string gatewayVip = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> ResetAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string gatewayVip, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ResetAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ResetAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional gatewayVip As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VirtualNetworkGateway)" />
<MemberSignature Language="F#" Value="static member ResetAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ResetAsync (operations, resourceGroupName, virtualNetworkGatewayName, gatewayVip, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="gatewayVip" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="gatewayVip">
Virtual network gateway vip address supplied to the begin reset of the
active-active feature enabled gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Resets the primary of the virtual network gateway in the specified resource
group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResetVpnClientSharedKey">
<MemberSignature Language="C#" Value="public static void ResetVpnClientSharedKey (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void ResetVpnClientSharedKey(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ResetVpnClientSharedKey(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Sub ResetVpnClientSharedKey (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String)" />
<MemberSignature Language="F#" Value="static member ResetVpnClientSharedKey : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string -> unit" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ResetVpnClientSharedKey (operations, resourceGroupName, virtualNetworkGatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<summary>
Resets the VPN client shared key of the virtual network gateway in the
specified resource group.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResetVpnClientSharedKeyAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task ResetVpnClientSharedKeyAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task ResetVpnClientSharedKeyAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ResetVpnClientSharedKeyAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ResetVpnClientSharedKeyAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member ResetVpnClientSharedKeyAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.ResetVpnClientSharedKeyAsync (operations, resourceGroupName, virtualNetworkGatewayName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Resets the VPN client shared key of the virtual network gateway in the
specified resource group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SetVpnclientIpsecParameters">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters SetVpnclientIpsecParameters (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters vpnclientIpsecParams);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters SetVpnclientIpsecParameters(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters vpnclientIpsecParams) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.SetVpnclientIpsecParameters(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SetVpnclientIpsecParameters (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, vpnclientIpsecParams As VpnClientIPsecParameters) As VpnClientIPsecParameters" />
<MemberSignature Language="F#" Value="static member SetVpnclientIpsecParameters : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters -> Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.SetVpnclientIpsecParameters (operations, resourceGroupName, virtualNetworkGatewayName, vpnclientIpsecParams)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="vpnclientIpsecParams" Type="Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="vpnclientIpsecParams">
Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual
Network Gateway P2S client operation through Network resource provider.
</param>
<summary>
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.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SetVpnclientIpsecParametersAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters> SetVpnclientIpsecParametersAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters vpnclientIpsecParams, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters> SetVpnclientIpsecParametersAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters vpnclientIpsecParams, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.SetVpnclientIpsecParametersAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SetVpnclientIpsecParametersAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, vpnclientIpsecParams As VpnClientIPsecParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VpnClientIPsecParameters)" />
<MemberSignature Language="F#" Value="static member SetVpnclientIpsecParametersAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.SetVpnclientIpsecParametersAsync (operations, resourceGroupName, virtualNetworkGatewayName, vpnclientIpsecParams, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="vpnclientIpsecParams" Type="Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="vpnclientIpsecParams">
Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual
Network Gateway P2S client operation through Network resource provider.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
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.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="StartPacketCapture">
<MemberSignature Language="C#" Value="public static string StartPacketCapture (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters parameters = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig string StartPacketCapture(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.StartPacketCapture(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function StartPacketCapture (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional parameters As VpnPacketCaptureStartParameters = Nothing) As String" />
<MemberSignature Language="F#" Value="static member StartPacketCapture : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters -> string" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.StartPacketCapture (operations, resourceGroupName, virtualNetworkGatewayName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Virtual network gateway packet capture parameters supplied to start packet
capture on gateway.
</param>
<summary>
Starts packet capture on virtual network gateway in the specified resource
group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="StartPacketCaptureAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<string> StartPacketCaptureAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters parameters = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<string> StartPacketCaptureAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.StartPacketCaptureAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function StartPacketCaptureAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional parameters As VpnPacketCaptureStartParameters = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)" />
<MemberSignature Language="F#" Value="static member StartPacketCaptureAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.StartPacketCaptureAsync (operations, resourceGroupName, virtualNetworkGatewayName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Virtual network gateway packet capture parameters supplied to start packet
capture on gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Starts packet capture on virtual network gateway in the specified resource
group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="StopPacketCapture">
<MemberSignature Language="C#" Value="public static string StopPacketCapture (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig string StopPacketCapture(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.StopPacketCapture(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function StopPacketCapture (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnPacketCaptureStopParameters) As String" />
<MemberSignature Language="F#" Value="static member StopPacketCapture : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters -> string" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.StopPacketCapture (operations, resourceGroupName, virtualNetworkGatewayName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Virtual network gateway packet capture parameters supplied to stop packet
capture on gateway.
</param>
<summary>
Stops packet capture on virtual network gateway in the specified resource
group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="StopPacketCaptureAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<string> StopPacketCaptureAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<string> StopPacketCaptureAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.StopPacketCaptureAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function StopPacketCaptureAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnPacketCaptureStopParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)" />
<MemberSignature Language="F#" Value="static member StopPacketCaptureAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.StopPacketCaptureAsync (operations, resourceGroupName, virtualNetworkGatewayName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Virtual network gateway packet capture parameters supplied to stop packet
capture on gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Stops packet capture on virtual network gateway in the specified resource
group.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SupportedVpnDevices">
<MemberSignature Language="C#" Value="public static string SupportedVpnDevices (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig string SupportedVpnDevices(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.SupportedVpnDevices(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SupportedVpnDevices (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String) As String" />
<MemberSignature Language="F#" Value="static member SupportedVpnDevices : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string -> string" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.SupportedVpnDevices (operations, resourceGroupName, virtualNetworkGatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<summary>
Gets a xml format representation for supported vpn devices.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SupportedVpnDevicesAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<string> SupportedVpnDevicesAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<string> SupportedVpnDevicesAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.SupportedVpnDevicesAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SupportedVpnDevicesAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)" />
<MemberSignature Language="F#" Value="static member SupportedVpnDevicesAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.SupportedVpnDevicesAsync (operations, resourceGroupName, virtualNetworkGatewayName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a xml format representation for supported vpn devices.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpdateTags">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway UpdateTags (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.TagsObject parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway UpdateTags(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.TagsObject parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.UpdateTags(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.TagsObject)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function UpdateTags (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As TagsObject) As VirtualNetworkGateway" />
<MemberSignature Language="F#" Value="static member UpdateTags : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject -> Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.UpdateTags (operations, resourceGroupName, virtualNetworkGatewayName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.TagsObject" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to update virtual network gateway tags.
</param>
<summary>
Updates a virtual network gateway tags.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpdateTagsAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> UpdateTagsAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> UpdateTagsAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.TagsObject parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.UpdateTagsAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.TagsObject,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function UpdateTagsAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As TagsObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VirtualNetworkGateway)" />
<MemberSignature Language="F#" Value="static member UpdateTagsAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.UpdateTagsAsync (operations, resourceGroupName, virtualNetworkGatewayName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.TagsObject" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayName">
The name of the virtual network gateway.
</param>
<param name="parameters">
Parameters supplied to update virtual network gateway tags.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Updates a virtual network gateway tags.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VpnDeviceConfigurationScript">
<MemberSignature Language="C#" Value="public static string VpnDeviceConfigurationScript (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayConnectionName, Microsoft.Azure.Management.Network.Models.VpnDeviceScriptParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig string VpnDeviceConfigurationScript(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayConnectionName, class Microsoft.Azure.Management.Network.Models.VpnDeviceScriptParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.VpnDeviceConfigurationScript(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnDeviceScriptParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function VpnDeviceConfigurationScript (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayConnectionName As String, parameters As VpnDeviceScriptParameters) As String" />
<MemberSignature Language="F#" Value="static member VpnDeviceConfigurationScript : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnDeviceScriptParameters -> string" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.VpnDeviceConfigurationScript (operations, resourceGroupName, virtualNetworkGatewayConnectionName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayConnectionName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnDeviceScriptParameters" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayConnectionName">
The name of the virtual network gateway connection for which the
configuration script is generated.
</param>
<param name="parameters">
Parameters supplied to the generate vpn device script operation.
</param>
<summary>
Gets a xml format representation for vpn device configuration script.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VpnDeviceConfigurationScriptAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<string> VpnDeviceConfigurationScriptAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayConnectionName, Microsoft.Azure.Management.Network.Models.VpnDeviceScriptParameters parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<string> VpnDeviceConfigurationScriptAsync(class Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayConnectionName, class Microsoft.Azure.Management.Network.Models.VpnDeviceScriptParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.VpnDeviceConfigurationScriptAsync(Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations,System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnDeviceScriptParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function VpnDeviceConfigurationScriptAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayConnectionName As String, parameters As VpnDeviceScriptParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)" />
<MemberSignature Language="F#" Value="static member VpnDeviceConfigurationScriptAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnDeviceScriptParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>" Usage="Microsoft.Azure.Management.Network.VirtualNetworkGatewaysOperationsExtensions.VpnDeviceConfigurationScriptAsync (operations, resourceGroupName, virtualNetworkGatewayConnectionName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<AssemblyVersion>20.0.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="virtualNetworkGatewayConnectionName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnDeviceScriptParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group.
</param>
<param name="virtualNetworkGatewayConnectionName">
The name of the virtual network gateway connection for which the
configuration script is generated.
</param>
<param name="parameters">
Parameters supplied to the generate vpn device script operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a xml format representation for vpn device configuration script.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>