ServiceBus Class
Properties related to ServiceBus.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.digitaltwins.v2020_12_01.models._models_py3.DigitalTwinsEndpointResourcePropertiesServiceBus
Constructor
ServiceBus(*, authentication_type: Optional[Union[str, azure.mgmt.digitaltwins.v2020_12_01.models._azure_digital_twins_management_client_enums.AuthenticationType]] = None, dead_letter_secret: Optional[str] = None, dead_letter_uri: Optional[str] = None, primary_connection_string: Optional[str] = None, secondary_connection_string: Optional[str] = None, endpoint_uri: Optional[str] = None, entity_path: Optional[str] = None, **kwargs)
Variables
- endpoint_type
- str or EndpointType
Required. The type of Digital Twins endpoint.Constant filled by server. Possible values include: "EventHub", "EventGrid", "ServiceBus".
- provisioning_state
- str or EndpointProvisioningState
The provisioning state. Possible values include: "Provisioning", "Deleting", "Succeeded", "Failed", "Canceled", "Deleted", "Warning", "Suspending", "Restoring", "Moving", "Disabled".
- created_time
- datetime
Time when the Endpoint was added to DigitalTwinsInstance.
- authentication_type
- str or AuthenticationType
Specifies the authentication type being used for connecting to the endpoint. Possible values include: "KeyBased", "IdentityBased".
- dead_letter_secret
- str
Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- dead_letter_uri
- str
Dead letter storage URL for identity-based authentication.
- primary_connection_string
- str
PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- secondary_connection_string
- str
SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- endpoint_uri
- str
The URL of the ServiceBus namespace for identity-based authentication. It must include the protocol sb://.
- entity_path
- str
The ServiceBus Topic name for identity-based authentication.
Feedback
Submit and view feedback for