xml/Microsoft.Azure.Management.Network/IVirtualNetworkGatewaysOperations.xml (2,256 lines of code) (raw):

<Type Name="IVirtualNetworkGatewaysOperations" FullName="Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations"> <TypeSignature Language="C#" Value="public interface IVirtualNetworkGatewaysOperations" /> <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IVirtualNetworkGatewaysOperations" /> <TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations" /> <TypeSignature Language="VB.NET" Value="Public Interface IVirtualNetworkGatewaysOperations" /> <TypeSignature Language="F#" Value="type IVirtualNetworkGatewaysOperations = interface" /> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <Interfaces /> <Docs> <summary> VirtualNetworkGatewaysOperations operations. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName="BeginCreateOrUpdateWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt; BeginCreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway parameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt; BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway parameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginCreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VirtualNetworkGateway, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VirtualNetworkGateway))" /> <MemberSignature Language="F#" Value="abstract member BeginCreateOrUpdateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.BeginCreateOrUpdateWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, parameters, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginDeleteWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginDeleteWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BeginDeleteWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iVirtualNetworkGatewaysOperations.BeginDeleteWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> The name of the resource group. </param> <param name="virtualNetworkGatewayName"> The name of the virtual network gateway. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginDisconnectVirtualNetworkGatewayVpnConnectionsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDisconnectVirtualNetworkGatewayVpnConnectionsWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest request, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDisconnectVirtualNetworkGatewayVpnConnectionsWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest request, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.BeginDisconnectVirtualNetworkGatewayVpnConnectionsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginDisconnectVirtualNetworkGatewayVpnConnectionsWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, request As P2SVpnConnectionRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BeginDisconnectVirtualNetworkGatewayVpnConnectionsWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iVirtualNetworkGatewaysOperations.BeginDisconnectVirtualNetworkGatewayVpnConnectionsWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, request, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="request" Type="Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginGeneratevpnclientpackageWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt; BeginGeneratevpnclientpackageWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;string&gt;&gt; BeginGeneratevpnclientpackageWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.BeginGeneratevpnclientpackageWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginGeneratevpnclientpackageWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnClientParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of String))" /> <MemberSignature Language="F#" Value="abstract member BeginGeneratevpnclientpackageWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.VpnClientParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.BeginGeneratevpnclientpackageWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, parameters, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnClientParameters" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginGenerateVpnProfileWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt; BeginGenerateVpnProfileWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;string&gt;&gt; BeginGenerateVpnProfileWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.BeginGenerateVpnProfileWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginGenerateVpnProfileWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnClientParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of String))" /> <MemberSignature Language="F#" Value="abstract member BeginGenerateVpnProfileWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.VpnClientParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.BeginGenerateVpnProfileWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, parameters, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnClientParameters" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginGetAdvertisedRoutesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.GatewayRouteListResult&gt;&gt; BeginGetAdvertisedRoutesWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, string peer, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.GatewayRouteListResult&gt;&gt; BeginGetAdvertisedRoutesWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, string peer, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.BeginGetAdvertisedRoutesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginGetAdvertisedRoutesWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, peer As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of GatewayRouteListResult))" /> <MemberSignature Language="F#" Value="abstract member BeginGetAdvertisedRoutesWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.GatewayRouteListResult&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.BeginGetAdvertisedRoutesWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, peer, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.GatewayRouteListResult&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="peer" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginGetBgpPeerStatusWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult&gt;&gt; BeginGetBgpPeerStatusWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, string peer = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult&gt;&gt; BeginGetBgpPeerStatusWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, string peer, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.BeginGetBgpPeerStatusWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginGetBgpPeerStatusWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional peer As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of BgpPeerStatusListResult))" /> <MemberSignature Language="F#" Value="abstract member BeginGetBgpPeerStatusWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.BeginGetBgpPeerStatusWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, peer, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="peer" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginGetLearnedRoutesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.GatewayRouteListResult&gt;&gt; BeginGetLearnedRoutesWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.GatewayRouteListResult&gt;&gt; BeginGetLearnedRoutesWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.BeginGetLearnedRoutesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginGetLearnedRoutesWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of GatewayRouteListResult))" /> <MemberSignature Language="F#" Value="abstract member BeginGetLearnedRoutesWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.GatewayRouteListResult&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.BeginGetLearnedRoutesWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.GatewayRouteListResult&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> The name of the resource group. </param> <param name="virtualNetworkGatewayName"> The name of the virtual network gateway. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginGetVpnclientConnectionHealthWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult&gt;&gt; BeginGetVpnclientConnectionHealthWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult&gt;&gt; BeginGetVpnclientConnectionHealthWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.BeginGetVpnclientConnectionHealthWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginGetVpnclientConnectionHealthWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VpnClientConnectionHealthDetailListResult))" /> <MemberSignature Language="F#" Value="abstract member BeginGetVpnclientConnectionHealthWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.BeginGetVpnclientConnectionHealthWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> The name of the resource group. </param> <param name="virtualNetworkGatewayName"> The name of the virtual network gateway. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginGetVpnclientIpsecParametersWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters&gt;&gt; BeginGetVpnclientIpsecParametersWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters&gt;&gt; BeginGetVpnclientIpsecParametersWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.BeginGetVpnclientIpsecParametersWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginGetVpnclientIpsecParametersWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VpnClientIPsecParameters))" /> <MemberSignature Language="F#" Value="abstract member BeginGetVpnclientIpsecParametersWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.BeginGetVpnclientIpsecParametersWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> The name of the resource group. </param> <param name="virtualNetworkGatewayName"> The virtual network gateway name. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginGetVpnProfilePackageUrlWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt; BeginGetVpnProfilePackageUrlWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;string&gt;&gt; BeginGetVpnProfilePackageUrlWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.BeginGetVpnProfilePackageUrlWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginGetVpnProfilePackageUrlWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of String))" /> <MemberSignature Language="F#" Value="abstract member BeginGetVpnProfilePackageUrlWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.BeginGetVpnProfilePackageUrlWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> The name of the resource group. </param> <param name="virtualNetworkGatewayName"> The name of the virtual network gateway. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginResetVpnClientSharedKeyWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginResetVpnClientSharedKeyWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginResetVpnClientSharedKeyWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.BeginResetVpnClientSharedKeyWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginResetVpnClientSharedKeyWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BeginResetVpnClientSharedKeyWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iVirtualNetworkGatewaysOperations.BeginResetVpnClientSharedKeyWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> The name of the resource group. </param> <param name="virtualNetworkGatewayName"> The name of the virtual network gateway. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginResetWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt; BeginResetWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, string gatewayVip = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt; BeginResetWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, string gatewayVip, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.BeginResetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginResetWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional gatewayVip As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VirtualNetworkGateway))" /> <MemberSignature Language="F#" Value="abstract member BeginResetWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.BeginResetWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, gatewayVip, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="gatewayVip" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginSetVpnclientIpsecParametersWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters&gt;&gt; BeginSetVpnclientIpsecParametersWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters vpnclientIpsecParams, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters&gt;&gt; BeginSetVpnclientIpsecParametersWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters vpnclientIpsecParams, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.BeginSetVpnclientIpsecParametersWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginSetVpnclientIpsecParametersWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, vpnclientIpsecParams As VpnClientIPsecParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VpnClientIPsecParameters))" /> <MemberSignature Language="F#" Value="abstract member BeginSetVpnclientIpsecParametersWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.BeginSetVpnclientIpsecParametersWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, vpnclientIpsecParams, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="vpnclientIpsecParams" Type="Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginStartPacketCaptureWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt; BeginStartPacketCaptureWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters parameters = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;string&gt;&gt; BeginStartPacketCaptureWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters parameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.BeginStartPacketCaptureWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginStartPacketCaptureWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional parameters As VpnPacketCaptureStartParameters = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of String))" /> <MemberSignature Language="F#" Value="abstract member BeginStartPacketCaptureWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.BeginStartPacketCaptureWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, parameters, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Azure.Management.Network.Models.ErrorException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginStopPacketCaptureWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt; BeginStopPacketCaptureWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters parameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;string&gt;&gt; BeginStopPacketCaptureWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters parameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.BeginStopPacketCaptureWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginStopPacketCaptureWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnPacketCaptureStopParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of String))" /> <MemberSignature Language="F#" Value="abstract member BeginStopPacketCaptureWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.BeginStopPacketCaptureWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, parameters, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Azure.Management.Network.Models.ErrorException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginUpdateTagsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt; BeginUpdateTagsWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.TagsObject parameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt; BeginUpdateTagsWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.TagsObject parameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.BeginUpdateTagsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.TagsObject,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginUpdateTagsWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, parameters As TagsObject, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VirtualNetworkGateway))" /> <MemberSignature Language="F#" Value="abstract member BeginUpdateTagsWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.TagsObject * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.BeginUpdateTagsWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, parameters, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.TagsObject" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="CreateOrUpdateWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt; CreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway parameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt; CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway parameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function CreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VirtualNetworkGateway, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VirtualNetworkGateway))" /> <MemberSignature Language="F#" Value="abstract member CreateOrUpdateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.CreateOrUpdateWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, parameters, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="DeleteWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeleteWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeleteWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iVirtualNetworkGatewaysOperations.DeleteWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> The name of the resource group. </param> <param name="virtualNetworkGatewayName"> The name of the virtual network gateway. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="DisconnectVirtualNetworkGatewayVpnConnectionsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; DisconnectVirtualNetworkGatewayVpnConnectionsWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest request, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; DisconnectVirtualNetworkGatewayVpnConnectionsWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest request, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.DisconnectVirtualNetworkGatewayVpnConnectionsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DisconnectVirtualNetworkGatewayVpnConnectionsWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, request As P2SVpnConnectionRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DisconnectVirtualNetworkGatewayVpnConnectionsWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iVirtualNetworkGatewaysOperations.DisconnectVirtualNetworkGatewayVpnConnectionsWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, request, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="request" Type="Microsoft.Azure.Management.Network.Models.P2SVpnConnectionRequest" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GenerateGatewayVpnProfileWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt; GenerateGatewayVpnProfileWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;string&gt;&gt; GenerateGatewayVpnProfileWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.GenerateGatewayVpnProfileWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GenerateGatewayVpnProfileWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnClientParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of String))" /> <MemberSignature Language="F#" Value="abstract member GenerateGatewayVpnProfileWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.VpnClientParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.GenerateGatewayVpnProfileWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, parameters, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnClientParameters" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GeneratevpnclientpackageWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt; GeneratevpnclientpackageWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;string&gt;&gt; GeneratevpnclientpackageWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.GeneratevpnclientpackageWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GeneratevpnclientpackageWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnClientParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of String))" /> <MemberSignature Language="F#" Value="abstract member GeneratevpnclientpackageWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.VpnClientParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.GeneratevpnclientpackageWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, parameters, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnClientParameters" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GenerateVpnProfileWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt; GenerateVpnProfileWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;string&gt;&gt; GenerateVpnProfileWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientParameters parameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.GenerateVpnProfileWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GenerateVpnProfileWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnClientParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of String))" /> <MemberSignature Language="F#" Value="abstract member GenerateVpnProfileWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.VpnClientParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.GenerateVpnProfileWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, parameters, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnClientParameters" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetAdvertisedRoutesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.GatewayRouteListResult&gt;&gt; GetAdvertisedRoutesWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, string peer, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.GatewayRouteListResult&gt;&gt; GetAdvertisedRoutesWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, string peer, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.GetAdvertisedRoutesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetAdvertisedRoutesWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, peer As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of GatewayRouteListResult))" /> <MemberSignature Language="F#" Value="abstract member GetAdvertisedRoutesWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.GatewayRouteListResult&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.GetAdvertisedRoutesWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, peer, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.GatewayRouteListResult&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="peer" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetBgpPeerStatusWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult&gt;&gt; GetBgpPeerStatusWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, string peer = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult&gt;&gt; GetBgpPeerStatusWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, string peer, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.GetBgpPeerStatusWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetBgpPeerStatusWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional peer As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of BgpPeerStatusListResult))" /> <MemberSignature Language="F#" Value="abstract member GetBgpPeerStatusWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.GetBgpPeerStatusWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, peer, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.BgpPeerStatusListResult&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="peer" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetGatewayVpnProfileWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt; GetGatewayVpnProfileWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;string&gt;&gt; GetGatewayVpnProfileWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.GetGatewayVpnProfileWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetGatewayVpnProfileWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of String))" /> <MemberSignature Language="F#" Value="abstract member GetGatewayVpnProfileWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.GetGatewayVpnProfileWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> The name of the resource group. </param> <param name="virtualNetworkGatewayName"> The name of the virtual network gateway. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetLearnedRoutesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.GatewayRouteListResult&gt;&gt; GetLearnedRoutesWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.GatewayRouteListResult&gt;&gt; GetLearnedRoutesWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.GetLearnedRoutesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetLearnedRoutesWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of GatewayRouteListResult))" /> <MemberSignature Language="F#" Value="abstract member GetLearnedRoutesWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.GatewayRouteListResult&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.GetLearnedRoutesWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.GatewayRouteListResult&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> The name of the resource group. </param> <param name="virtualNetworkGatewayName"> The name of the virtual network gateway. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetVpnclientConnectionHealthWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult&gt;&gt; GetVpnclientConnectionHealthWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult&gt;&gt; GetVpnclientConnectionHealthWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.GetVpnclientConnectionHealthWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetVpnclientConnectionHealthWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VpnClientConnectionHealthDetailListResult))" /> <MemberSignature Language="F#" Value="abstract member GetVpnclientConnectionHealthWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.GetVpnclientConnectionHealthWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealthDetailListResult&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> The name of the resource group. </param> <param name="virtualNetworkGatewayName"> The name of the virtual network gateway. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetVpnclientIpsecParametersWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters&gt;&gt; GetVpnclientIpsecParametersWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters&gt;&gt; GetVpnclientIpsecParametersWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.GetVpnclientIpsecParametersWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetVpnclientIpsecParametersWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VpnClientIPsecParameters))" /> <MemberSignature Language="F#" Value="abstract member GetVpnclientIpsecParametersWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.GetVpnclientIpsecParametersWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> The name of the resource group. </param> <param name="virtualNetworkGatewayName"> The virtual network gateway name. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetVpnProfilePackageUrlWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt; GetVpnProfilePackageUrlWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;string&gt;&gt; GetVpnProfilePackageUrlWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.GetVpnProfilePackageUrlWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetVpnProfilePackageUrlWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of String))" /> <MemberSignature Language="F#" Value="abstract member GetVpnProfilePackageUrlWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.GetVpnProfilePackageUrlWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> The name of the resource group. </param> <param name="virtualNetworkGatewayName"> The name of the virtual network gateway. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt; GetWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt; GetWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VirtualNetworkGateway))" /> <MemberSignature Language="F#" Value="abstract member GetWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.GetWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> The name of the resource group. </param> <param name="virtualNetworkGatewayName"> The name of the virtual network gateway. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListConnectionsNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity&gt;&gt;&gt; ListConnectionsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity&gt;&gt;&gt; ListConnectionsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.ListConnectionsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListConnectionsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of VirtualNetworkGatewayConnectionListEntity)))" /> <MemberSignature Language="F#" Value="abstract member ListConnectionsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity&gt;&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.ListConnectionsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListConnectionsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity&gt;&gt;&gt; ListConnectionsWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity&gt;&gt;&gt; ListConnectionsWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.ListConnectionsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListConnectionsWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of VirtualNetworkGatewayConnectionListEntity)))" /> <MemberSignature Language="F#" Value="abstract member ListConnectionsWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity&gt;&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.ListConnectionsWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayConnectionListEntity&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> The name of the resource group. </param> <param name="virtualNetworkGatewayName"> The name of the virtual network gateway. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;&gt; ListNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;&gt; ListNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of VirtualNetworkGateway)))" /> <MemberSignature Language="F#" Value="abstract member ListNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.ListNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;&gt; ListWithHttpMessagesAsync (string resourceGroupName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;&gt; ListWithHttpMessagesAsync(string resourceGroupName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.ListWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListWithHttpMessagesAsync (resourceGroupName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of VirtualNetworkGateway)))" /> <MemberSignature Language="F#" Value="abstract member ListWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.ListWithHttpMessagesAsync (resourceGroupName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> The name of the resource group. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ResetVpnClientSharedKeyWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; ResetVpnClientSharedKeyWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; ResetVpnClientSharedKeyWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.ResetVpnClientSharedKeyWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ResetVpnClientSharedKeyWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member ResetVpnClientSharedKeyWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iVirtualNetworkGatewaysOperations.ResetVpnClientSharedKeyWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> The name of the resource group. </param> <param name="virtualNetworkGatewayName"> The name of the virtual network gateway. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ResetWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt; ResetWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, string gatewayVip = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt; ResetWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, string gatewayVip, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.ResetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ResetWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional gatewayVip As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VirtualNetworkGateway))" /> <MemberSignature Language="F#" Value="abstract member ResetWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.ResetWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, gatewayVip, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="gatewayVip" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="SetVpnclientIpsecParametersWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters&gt;&gt; SetVpnclientIpsecParametersWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters vpnclientIpsecParams, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters&gt;&gt; SetVpnclientIpsecParametersWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters vpnclientIpsecParams, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.SetVpnclientIpsecParametersWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function SetVpnclientIpsecParametersWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, vpnclientIpsecParams As VpnClientIPsecParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VpnClientIPsecParameters))" /> <MemberSignature Language="F#" Value="abstract member SetVpnclientIpsecParametersWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.SetVpnclientIpsecParametersWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, vpnclientIpsecParams, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="vpnclientIpsecParams" Type="Microsoft.Azure.Management.Network.Models.VpnClientIPsecParameters" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="StartPacketCaptureWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt; StartPacketCaptureWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters parameters = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;string&gt;&gt; StartPacketCaptureWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters parameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.StartPacketCaptureWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function StartPacketCaptureWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional parameters As VpnPacketCaptureStartParameters = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of String))" /> <MemberSignature Language="F#" Value="abstract member StartPacketCaptureWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.StartPacketCaptureWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, parameters, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStartParameters" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Azure.Management.Network.Models.ErrorException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="StopPacketCaptureWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt; StopPacketCaptureWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters parameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;string&gt;&gt; StopPacketCaptureWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters parameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.StopPacketCaptureWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function StopPacketCaptureWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnPacketCaptureStopParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of String))" /> <MemberSignature Language="F#" Value="abstract member StopPacketCaptureWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.StopPacketCaptureWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, parameters, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Azure.Management.Network.Models.ErrorException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="SupportedVpnDevicesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt; SupportedVpnDevicesWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;string&gt;&gt; SupportedVpnDevicesWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.SupportedVpnDevicesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function SupportedVpnDevicesWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of String))" /> <MemberSignature Language="F#" Value="abstract member SupportedVpnDevicesWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.SupportedVpnDevicesWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> The name of the resource group. </param> <param name="virtualNetworkGatewayName"> The name of the virtual network gateway. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="UpdateTagsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt; UpdateTagsWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.TagsObject parameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt; UpdateTagsWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, class Microsoft.Azure.Management.Network.Models.TagsObject parameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.UpdateTagsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.TagsObject,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateTagsWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayName As String, parameters As TagsObject, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VirtualNetworkGateway))" /> <MemberSignature Language="F#" Value="abstract member UpdateTagsWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.TagsObject * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.UpdateTagsWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayName, parameters, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.TagsObject" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="VpnDeviceConfigurationScriptWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt; VpnDeviceConfigurationScriptWithHttpMessagesAsync (string resourceGroupName, string virtualNetworkGatewayConnectionName, Microsoft.Azure.Management.Network.Models.VpnDeviceScriptParameters parameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;string&gt;&gt; VpnDeviceConfigurationScriptWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayConnectionName, class Microsoft.Azure.Management.Network.Models.VpnDeviceScriptParameters parameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations.VpnDeviceConfigurationScriptWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Network.Models.VpnDeviceScriptParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function VpnDeviceConfigurationScriptWithHttpMessagesAsync (resourceGroupName As String, virtualNetworkGatewayConnectionName As String, parameters As VpnDeviceScriptParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of String))" /> <MemberSignature Language="F#" Value="abstract member VpnDeviceConfigurationScriptWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.VpnDeviceScriptParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;string&gt;&gt;" Usage="iVirtualNetworkGatewaysOperations.VpnDeviceConfigurationScriptWithHttpMessagesAsync (resourceGroupName, virtualNetworkGatewayConnectionName, parameters, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Network</AssemblyName> <AssemblyVersion>20.0.3.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="virtualNetworkGatewayConnectionName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.Network.Models.VpnDeviceScriptParameters" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> </Members> </Type>