/// <summary>
 /// The VirtualNetworkGatewayConnectionResetSharedKey operation resets the
 /// virtual network gateway connection shared key for passed virtual network
 /// gateway connection in the specified resource group through Network resource
 /// provider.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group.
 /// </param>
 /// <param name='virtualNetworkGatewayConnectionName'>
 /// The virtual network gateway connection reset shared key Name.
 /// </param>
 /// <param name='parameters'>
 /// Parameters supplied to the begin reset virtual network gateway connection
 /// shared key operation through network resource provider.
 /// </param>
 public static ConnectionResetSharedKey BeginResetSharedKey(this IVirtualNetworkGatewayConnectionsOperations operations, string resourceGroupName, string virtualNetworkGatewayConnectionName, ConnectionResetSharedKey parameters)
 {
     return(operations.BeginResetSharedKeyAsync(resourceGroupName, virtualNetworkGatewayConnectionName, parameters).GetAwaiter().GetResult());
 }