swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector vpnLinkConnections API schemes: - https tags: - name: vpnLinkConnections paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/vpnConnections/{connectionName}/vpnLinkConnections/{linkConnectionName}/resetconnection : post: tags: - vpnLinkConnections operationId: microsoftAzureVpnlinkconnectionsResetconnection description: Resets the VpnLink connection specified. parameters: - $ref: ./network.json#/parameters/SubscriptionIdParameter - name: resourceGroupName in: path required: true type: string description: The name of the resource group. - name: gatewayName in: path required: true type: string description: The name of the gateway. - name: connectionName in: path required: true type: string description: The name of the vpn connection. - name: linkConnectionName in: path required: true type: string description: The name of the vpn link connection. - $ref: ./network.json#/parameters/ApiVersionParameter responses: '202': description: Accepted and the operation ResetConnection will complete asynchronously. default: description: The operation ResetConnection could not be completed. schema: $ref: ./networkWatcher.json#/definitions/ErrorResponse x-ms-examples: ResetVpnLinkConnection: $ref: ./examples/VpnSiteLinkConnectionReset.json x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: location summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Vpngateways Gatewayname Vpnconnections Connectionname Vpnlinkconnections Linkconnectionname Resetconnection x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'