IWebSiteOperations.GetHybridConnectionAsync Method

Definition

Retrieves a particular hybrid connection that belongs to a specific site.

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

Parameters

webSpaceName
String

The name of the web space.

webSiteName
String

The name of the web site.

hybridConnectionName
String

The name of the hybrid connection entity

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get Hybrid Connection operation response.

Applies to