HybridConnectionKey Constructors

Definition

Overloads

HybridConnectionKey()

Initializes a new instance of the HybridConnectionKey class.

HybridConnectionKey(String, String, String, String, String, String)

Initializes a new instance of the HybridConnectionKey class.

HybridConnectionKey()

Initializes a new instance of the HybridConnectionKey class.

public HybridConnectionKey ();
Public Sub New ()

Applies to

HybridConnectionKey(String, String, String, String, String, String)

Initializes a new instance of the HybridConnectionKey class.

public HybridConnectionKey (string id = default, string name = default, string kind = default, string type = default, string sendKeyName = default, string sendKeyValue = default);
new Microsoft.Azure.Management.WebSites.Models.HybridConnectionKey : string * string * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.HybridConnectionKey
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional sendKeyName As String = Nothing, Optional sendKeyValue As String = Nothing)

Parameters

id
String

Resource Id.

name
String

Resource Name.

kind
String

Kind of resource.

type
String

Resource type.

sendKeyName
String

The name of the send key.

sendKeyValue
String

The value of the send key.

Applies to