HybridConnectionProperties Class
HybridConnection resource specific properties.
Constructor
HybridConnectionProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
service_bus_namespace
|
The name of the Service Bus namespace. |
|
relay_name
|
The name of the Service Bus relay. |
|
relay_arm_uri
|
The ARM URI to the Service Bus relay. |
|
hostname
|
The hostname of the endpoint. |
|
port
|
The port of the endpoint. |
|
send_key_name
|
The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus. |
|
send_key_value
|
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_bus_suffix
|
The suffix for the service bus endpoint. By default this is .servicebus.windows.net. |
Attributes
hostname
The hostname of the endpoint.
hostname: str | None
port
The port of the endpoint.
port: int | None
relay_arm_uri
The ARM URI to the Service Bus relay.
relay_arm_uri: str | None
relay_name
The name of the Service Bus relay.
relay_name: str | None
send_key_name
The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
send_key_name: str | None
send_key_value
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.
send_key_value: str | None
service_bus_namespace
The name of the Service Bus namespace.
service_bus_namespace: str | None
service_bus_suffix
The suffix for the service bus endpoint. By default this is .servicebus.windows.net.
service_bus_suffix: str | None