Get Web App Hybrid Connection Result
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)
Properties
Link copied to clipboard
The ARM URI to the Service Bus relay.
Link copied to clipboard
The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
Link copied to clipboard
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