Share via


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.

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
str

Kind of resource.

Default value: None
service_bus_namespace
str

The name of the Service Bus namespace.

Default value: None
relay_name
str

The name of the Service Bus relay.

Default value: None
relay_arm_uri
str

The ARM URI to the Service Bus relay.

Default value: None
hostname
str

The hostname of the endpoint.

Default value: None
port
int

The port of the endpoint.

Default value: None
send_key_name
str

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

Default value: None
send_key_value
str

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.

Default value: None
service_bus_suffix
str

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

Default value: None

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

service_bus_namespace
str

The name of the Service Bus namespace.

relay_name
str

The name of the Service Bus relay.

relay_arm_uri
str

The ARM URI to the Service Bus relay.

hostname
str

The hostname of the endpoint.

port
int

The port of the endpoint.

send_key_name
str

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

send_key_value
str

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
str

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