IWebSiteOperations.ListHybridConnectionsAsync Method

Definition

Retrieves a list of all hybrid connections on a specific web site.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionListResponse> ListHybridConnectionsAsync (string webSpaceName, string webSiteName, System.Threading.CancellationToken cancellationToken);
abstract member ListHybridConnectionsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionListResponse>
Public Function ListHybridConnectionsAsync (webSpaceName As String, webSiteName As String, cancellationToken As CancellationToken) As Task(Of HybridConnectionListResponse)

Parameters

webSpaceName
String

The name of the web space.

webSiteName
String

The name of the web site.

cancellationToken
CancellationToken

Cancellation token.

Returns

The List Hybrid Connection operation response.

Applies to