Share via


VpnConnectionsGet interface

Methods

delete(VpnConnectionsDeleteParameters)

Deletes a vpn connection.

get(VpnConnectionsGetParameters)

Retrieves the details of a vpn connection.

put(VpnConnectionsCreateOrUpdateParameters)

Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.

Method Details

delete(VpnConnectionsDeleteParameters)

Deletes a vpn connection.

function delete(options: VpnConnectionsDeleteParameters): StreamableMethod<VpnConnectionsDelete200Response | VpnConnectionsDelete202Response | VpnConnectionsDelete204Response | VpnConnectionsDeleteDefaultResponse>

Parameters

Returns

get(VpnConnectionsGetParameters)

Retrieves the details of a vpn connection.

function get(options: VpnConnectionsGetParameters): StreamableMethod<VpnConnectionsGet200Response | VpnConnectionsGetDefaultResponse>

Parameters

Returns

put(VpnConnectionsCreateOrUpdateParameters)

Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.

function put(options: VpnConnectionsCreateOrUpdateParameters): StreamableMethod<VpnConnectionsCreateOrUpdate200Response | VpnConnectionsCreateOrUpdate201Response | VpnConnectionsCreateOrUpdateDefaultResponse>

Parameters

Returns