Uses of Class
com.azure.resourcemanager.digitaltwins.models.ServiceBus
Package
Description
Package containing the data models for AzureDigitalTwinsManagementClient.
-
Uses of ServiceBus in com.azure.resourcemanager.digitaltwins.models
Modifier and TypeMethodDescriptionServiceBus.withAuthenticationType
(AuthenticationType authenticationType) Set the authenticationType property: Specifies the authentication type being used for connecting to the endpoint.ServiceBus.withDeadLetterSecret
(String deadLetterSecret) Set the deadLetterSecret property: Dead letter storage secret for key-based authentication.ServiceBus.withDeadLetterUri
(String deadLetterUri) Set the deadLetterUri property: Dead letter storage URL for identity-based authentication.ServiceBus.withEndpointUri
(String endpointUri) Set the endpointUri property: The URL of the ServiceBus namespace for identity-based authentication.ServiceBus.withEntityPath
(String entityPath) Set the entityPath property: The ServiceBus Topic name for identity-based authentication.ServiceBus.withPrimaryConnectionString
(String primaryConnectionString) Set the primaryConnectionString property: PrimaryConnectionString of the endpoint for key-based authentication.ServiceBus.withSecondaryConnectionString
(String secondaryConnectionString) Set the secondaryConnectionString property: SecondaryConnectionString of the endpoint for key-based authentication.