HybridConnectionKeyInner Constructors

Definition

Overloads

HybridConnectionKeyInner()

Initializes a new instance of the HybridConnectionKeyInner class.

HybridConnectionKeyInner(String, String, String, String, String, String)

Initializes a new instance of the HybridConnectionKeyInner class.

HybridConnectionKeyInner()

Initializes a new instance of the HybridConnectionKeyInner class.

public HybridConnectionKeyInner ();
Public Sub New ()

Applies to

HybridConnectionKeyInner(String, String, String, String, String, String)

Initializes a new instance of the HybridConnectionKeyInner class.

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

Parameters

id
String
name
String
type
String
kind
String

Kind of resource.

sendKeyName
String

The name of the send key.

sendKeyValue
String

The value of the send key.

Applies to