RoutingServiceBusQueueEndpointProperties Class
The properties related to service bus queue endpoint types.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
RoutingServiceBusQueueEndpointProperties
Constructor
RoutingServiceBusQueueEndpointProperties(*, 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_03_31.models._iot_hub_client_enums.AuthenticationType]] = None, identity: Optional[azure.mgmt.iothub.v2021_03_31.models._models_py3.ManagedIdentity] = None, subscription_id: Optional[str] = None, resource_group: Optional[str] = None, **kwargs)
Variables
- id
- str
Id of the service bus queue endpoint.
- connection_string
- str
The connection string of the service bus queue endpoint.
- endpoint_uri
- str
The url of the service bus queue endpoint. It must include the protocol sb://.
- entity_path
- str
Queue name on the service bus namespace.
- authentication_type
- str or AuthenticationType
Method used to authenticate against the service bus queue endpoint. Possible values include: "keyBased", "identityBased".
- identity
- ManagedIdentity
Managed identity properties of routing service bus queue 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 queue name.
- subscription_id
- str
The subscription identifier of the service bus queue endpoint.
- resource_group
- str
The name of the resource group of the service bus queue endpoint.
Feedback
Submit and view feedback for