HybridConnectionInner Constructors

Definition

Overloads

HybridConnectionInner()

Initializes a new instance of the HybridConnectionInner class.

HybridConnectionInner(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String)

Initializes a new instance of the HybridConnectionInner class.

HybridConnectionInner()

Initializes a new instance of the HybridConnectionInner class.

public HybridConnectionInner ();
Public Sub New ()

Applies to

HybridConnectionInner(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String)

Initializes a new instance of the HybridConnectionInner class.

public HybridConnectionInner (string id = default, string name = default, string type = default, string kind = 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.AppService.Fluent.Models.HybridConnectionInner : string * string * string * string * string * string * string * string * Nullable<int> * string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.HybridConnectionInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind 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
type
String
kind
String

Kind of resource.

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.

port
Nullable<Int32>

The port 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