WebSiteOperationsExtensions.CreateHybridConnection 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 Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateResponse CreateHybridConnection (this Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations operations, string webSpaceName, string siteName, Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateParameters parameters);
static member CreateHybridConnection : Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations * string * string * Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateParameters -> Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateResponse
<Extension()>
Public Function CreateHybridConnection (operations As IWebSiteOperations, webSpaceName As String, siteName As String, parameters As HybridConnectionCreateParameters) As 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.