VirtualNetworkGatewaysOperationsExtensions.SetVpnclientIpsecParametersAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.VpnClientIPsecParametersInner> SetVpnclientIpsecParametersAsync (this Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Fluent.Models.VpnClientIPsecParametersInner vpnclientIpsecParams, System.Threading.CancellationToken cancellationToken = default);
static member SetVpnclientIpsecParametersAsync : Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.VpnClientIPsecParametersInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.VpnClientIPsecParametersInner>
<Extension()>
Public Function SetVpnclientIpsecParametersAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, vpnclientIpsecParams As VpnClientIPsecParametersInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VpnClientIPsecParametersInner)
Parameters
- operations
- IVirtualNetworkGatewaysOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- virtualNetworkGatewayName
- String
The name of the virtual network gateway.
- vpnclientIpsecParams
- VpnClientIPsecParametersInner
Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual Network Gateway P2S client operation through Network resource provider.
- cancellationToken
- CancellationToken
The cancellation token.