WebSiteOperationsExtensions.UpdateHybridConnectionAsync Method

Definition

Updates an association to a hybrid connection for a web site.

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> UpdateHybridConnectionAsync (this Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations operations, string webSpaceName, string siteName, Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionUpdateParameters parameters);
static member UpdateHybridConnectionAsync : Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations * string * string * Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function UpdateHybridConnectionAsync (operations As IWebSiteOperations, webSpaceName As String, siteName As String, parameters As HybridConnectionUpdateParameters) As Task(Of AzureOperationResponse)

Parameters

operations
IWebSiteOperations

Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.

webSpaceName
String

Required. The name of the web space.

siteName
String

Required. The name of the web site.

parameters
HybridConnectionUpdateParameters

Required. Parameters supplied to the Create Hybrid Connection operation.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

Applies to