WebAppsGetRelayServiceConnectionSlot interface
Methods
| delete(Request |
Deletes a relay service connection by its name. |
| get(Request |
Gets a hybrid connection configuration by its name. |
| patch(Web |
Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). |
| put(Web |
Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). |
Method Details
delete(RequestParameters)
Deletes a relay service connection by its name.
function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteRelayServiceConnectionSlot200Response | WebAppsDeleteRelayServiceConnectionSlot404Response | WebAppsDeleteRelayServiceConnectionSlotDefaultResponse>
Parameters
- options
- RequestParameters
Returns
get(RequestParameters)
Gets a hybrid connection configuration by its name.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetRelayServiceConnectionSlot200Response | WebAppsGetRelayServiceConnectionSlotDefaultResponse>
Parameters
- options
- RequestParameters
Returns
patch(WebAppsUpdateRelayServiceConnectionSlotParameters)
Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
function patch(options: WebAppsUpdateRelayServiceConnectionSlotParameters): StreamableMethod<WebAppsUpdateRelayServiceConnectionSlot200Response | WebAppsUpdateRelayServiceConnectionSlotDefaultResponse>
Parameters
Returns
put(WebAppsCreateOrUpdateRelayServiceConnectionSlotParameters)
Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
function put(options: WebAppsCreateOrUpdateRelayServiceConnectionSlotParameters): StreamableMethod<WebAppsCreateOrUpdateRelayServiceConnectionSlot200Response | WebAppsCreateOrUpdateRelayServiceConnectionSlotDefaultResponse>