Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HybridConnection

Package version

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

Hierarchy

Index

Properties

Optional hostname

hostname: undefined | string

The hostname of the endpoint.

Optional id

id: undefined | string

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional kind

kind: undefined | string

Kind of resource.

Optional name

name: undefined | string

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional port

port: undefined | number

The port of the endpoint.

Optional relayArmUri

relayArmUri: undefined | string

The ARM URI to the Service Bus relay.

Optional relayName

relayName: undefined | string

The name of the Service Bus relay.

Optional sendKeyName

sendKeyName: undefined | string

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

Optional sendKeyValue

sendKeyValue: undefined | 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.

Optional serviceBusNamespace

serviceBusNamespace: undefined | string

The name of the Service Bus namespace.

Optional serviceBusSuffix

serviceBusSuffix: undefined | string

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

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc