GetWebAppHybridConnectionResult

data class GetWebAppHybridConnectionResult(val hostname: String? = null, val id: String, val kind: String? = null, val name: String, val port: Int? = null, val relayArmUri: String? = null, val relayName: String? = null, val sendKeyName: String? = null, val sendKeyValue: String? = null, val serviceBusNamespace: String? = null, val serviceBusSuffix: String? = null, val type: String)

Hybrid Connection contract. This is used to configure a Hybrid Connection.

Constructors

Link copied to clipboard
constructor(hostname: String? = null, id: String, kind: String? = null, name: String, port: Int? = null, relayArmUri: String? = null, relayName: String? = null, sendKeyName: String? = null, sendKeyValue: String? = null, serviceBusNamespace: String? = null, serviceBusSuffix: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hostname: String? = null

The hostname of the endpoint.

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard
val kind: String? = null

Kind of resource.

Link copied to clipboard

Resource Name.

Link copied to clipboard
val port: Int? = null

The port of the endpoint.

Link copied to clipboard
val relayArmUri: String? = null

The ARM URI to the Service Bus relay.

Link copied to clipboard
val relayName: String? = null

The name of the Service Bus relay.

Link copied to clipboard
val sendKeyName: String? = null

The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.

Link copied to clipboard
val sendKeyValue: String? = null

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.

Link copied to clipboard

The name of the Service Bus namespace.

Link copied to clipboard

The suffix for the service bus endpoint. By default this is .servicebus.windows.net

Link copied to clipboard

Resource type.