WebAppsGetRelayServiceConnection interface

Méthodes

delete(RequestParameters)

Supprime une connexion de service de relais par son nom.

get(RequestParameters)

Obtient une configuration de connexion hybride par son nom.

patch(WebAppsUpdateRelayServiceConnectionParameters)

Crée une configuration de connexion hybride (PUT) ou met à jour une configuration de connexion hybride (PATCH).

put(WebAppsCreateOrUpdateRelayServiceConnectionParameters)

Crée une configuration de connexion hybride (PUT) ou met à jour une configuration de connexion hybride (PATCH).

Détails de la méthode

delete(RequestParameters)

Supprime une connexion de service de relais par son nom.

function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteRelayServiceConnection200Response | WebAppsDeleteRelayServiceConnection404Response | WebAppsDeleteRelayServiceConnectionDefaultResponse>

Paramètres

Retours

get(RequestParameters)

Obtient une configuration de connexion hybride par son nom.

function get(options?: RequestParameters): StreamableMethod<WebAppsGetRelayServiceConnection200Response | WebAppsGetRelayServiceConnectionDefaultResponse>

Paramètres

Retours

patch(WebAppsUpdateRelayServiceConnectionParameters)

Crée une configuration de connexion hybride (PUT) ou met à jour une configuration de connexion hybride (PATCH).

function patch(options: WebAppsUpdateRelayServiceConnectionParameters): StreamableMethod<WebAppsUpdateRelayServiceConnection200Response | WebAppsUpdateRelayServiceConnectionDefaultResponse>

Paramètres

Retours

put(WebAppsCreateOrUpdateRelayServiceConnectionParameters)

Crée une configuration de connexion hybride (PUT) ou met à jour une configuration de connexion hybride (PATCH).

function put(options: WebAppsCreateOrUpdateRelayServiceConnectionParameters): StreamableMethod<WebAppsCreateOrUpdateRelayServiceConnection200Response | WebAppsCreateOrUpdateRelayServiceConnectionDefaultResponse>

Paramètres

Retours