WebSiteOperationsExtensions.CreateHybridConnectionAsync 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.
Creates an association to a hybrid connection for a web site.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateResponse> CreateHybridConnectionAsync (this Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations operations, string webSpaceName, string siteName, Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateParameters parameters);
static member CreateHybridConnectionAsync : Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations * string * string * Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateResponse>
<Extension()>
Public Function CreateHybridConnectionAsync (operations As IWebSiteOperations, webSpaceName As String, siteName As String, parameters As HybridConnectionCreateParameters) As Task(Of HybridConnectionCreateResponse)
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
- HybridConnectionCreateParameters
Required. Parameters supplied to the Create Hybrid Connection operation.
Returns
The Create Hybrid Connection operation response.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET