HybridConnection Constructors
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.
Overloads
HybridConnection() | |
HybridConnection(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String) |
HybridConnection()
public HybridConnection ();
Public Sub New ()
Applies to
HybridConnection(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String)
public HybridConnection (string id = default, string name = default, string kind = default, string type = default, string serviceBusNamespace = default, string relayName = default, string relayArmUri = default, string hostname = default, int? port = default, string sendKeyName = default, string sendKeyValue = default, string serviceBusSuffix = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HybridConnection : string * string * string * string * string * string * string * string * Nullable<int> * string * string * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HybridConnection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional serviceBusNamespace As String = Nothing, Optional relayName As String = Nothing, Optional relayArmUri As String = Nothing, Optional hostname As String = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional sendKeyName As String = Nothing, Optional sendKeyValue As String = Nothing, Optional serviceBusSuffix As String = Nothing)
Parameters
- id
- String
- name
- String
- kind
- String
- type
- String
- serviceBusNamespace
- String
- relayName
- String
- relayArmUri
- String
- hostname
- String
- sendKeyName
- String
- sendKeyValue
- String
- serviceBusSuffix
- String