WebSiteOperationsExtensions.UpdateHybridConnectionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A standard service response including an HTTP status code and request ID.
Applies to
Azure SDK for .NET