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() |
Initializes a new instance of the HybridConnection class. |
HybridConnection(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String) |
Initializes a new instance of the HybridConnection class. |
HybridConnection()
Initializes a new instance of the HybridConnection class.
public HybridConnection ();
Public Sub New ()
Applies to
HybridConnection(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String)
Initializes a new instance of the HybridConnection class.
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.Models.HybridConnection : string * string * string * string * string * string * string * string * Nullable<int> * string * string * string -> Microsoft.Azure.Management.WebSites.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
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- serviceBusNamespace
- String
The name of the Service Bus namespace.
- relayName
- String
The name of the Service Bus relay.
- relayArmUri
- String
The ARM URI to the Service Bus relay.
- hostname
- String
The hostname of the endpoint.
- sendKeyName
- String
The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
- sendKeyValue
- String
The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned normally, use the POST /listKeys API instead.
- serviceBusSuffix
- String
The suffix for the service bus endpoint. By default this is .servicebus.windows.net
Applies to
Azure SDK for .NET