HybridConnectionPropertiesOutput interface
HybridConnection resource specific properties
Properties
| hostname | The hostname of the endpoint. |
| port | The port of the endpoint. |
| relay |
The ARM URI to the Service Bus relay. |
| relay |
The name of the Service Bus relay. |
| send |
The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus. |
| send |
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. |
| service |
The name of the Service Bus namespace. |
| service |
The suffix for the service bus endpoint. By default this is .servicebus.windows.net |
Property Details
hostname
The hostname of the endpoint.
hostname?: string
Property Value
string
port
The port of the endpoint.
port?: number
Property Value
number
relayArmUri
The ARM URI to the Service Bus relay.
relayArmUri?: string
Property Value
string
relayName
The name of the Service Bus relay.
relayName?: string
Property Value
string
sendKeyName
The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
sendKeyName?: string
Property Value
string
sendKeyValue
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.
sendKeyValue?: string
Property Value
string
serviceBusNamespace
The name of the Service Bus namespace.
serviceBusNamespace?: string
Property Value
string
serviceBusSuffix
The suffix for the service bus endpoint. By default this is .servicebus.windows.net
serviceBusSuffix?: string
Property Value
string