RoutingServiceBusTopicEndpointProperties Class

The properties related to service bus topic endpoint types.

All required parameters must be populated in order to send to Azure.

Inheritance
RoutingServiceBusTopicEndpointProperties

Constructor

RoutingServiceBusTopicEndpointProperties(*, name: str, id: Optional[str] = None, connection_string: Optional[str] = None, endpoint_uri: Optional[str] = None, entity_path: Optional[str] = None, authentication_type: Optional[Union[str, azure.mgmt.iothub.v2021_07_01.models._iot_hub_client_enums.AuthenticationType]] = None, identity: Optional[azure.mgmt.iothub.v2021_07_01.models._models_py3.ManagedIdentity] = None, subscription_id: Optional[str] = None, resource_group: Optional[str] = None, **kwargs)

Variables

id
str

Id of the service bus topic endpoint.

connection_string
str

The connection string of the service bus topic endpoint.

endpoint_uri
str

The url of the service bus topic endpoint. It must include the protocol sb://.

entity_path
str

Queue name on the service bus topic.

authentication_type
str or AuthenticationType

Method used to authenticate against the service bus topic endpoint. Possible values include: "keyBased", "identityBased".

identity
ManagedIdentity

Managed identity properties of routing service bus topic endpoint.

name
str

Required. The name that identifies this endpoint. The name can only include alphanumeric characters, periods, underscores, hyphens and has a maximum length of 64 characters. The following names are reserved: events, fileNotifications, $default. Endpoint names must be unique across endpoint types. The name need not be the same as the actual topic name.

subscription_id
str

The subscription identifier of the service bus topic endpoint.

resource_group
str

The name of the resource group of the service bus topic endpoint.