HybridConnection Class
Hybrid Connection contract. This is used to configure a Hybrid Connection.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2018_02_01.models._models_py3.ProxyOnlyResourceHybridConnection
Constructor
HybridConnection(*, kind: str | None = None, service_bus_namespace: str | None = None, relay_name: str | None = None, relay_arm_uri: str | None = None, hostname: str | None = None, port: int | None = None, send_key_name: str | None = None, send_key_value: str | None = None, service_bus_suffix: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
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. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
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. |
Azure SDK for Python