IServiceBus Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.ServiceBusTypeConverter))]
public interface IServiceBus : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.IDigitalTwinsEndpointResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.ServiceBusTypeConverter))>]
type IServiceBus = interface
interface IJsonSerializable
interface IDigitalTwinsEndpointResourceProperties
Public Interface IServiceBus
Implements IDigitalTwinsEndpointResourceProperties
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AuthenticationType |
Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified. (Inherited from IDigitalTwinsEndpointResourceProperties) |
| CreatedTime |
Time when the Endpoint was added to DigitalTwinsInstance. (Inherited from IDigitalTwinsEndpointResourceProperties) |
| DeadLetterSecret |
Dead letter storage secret for key-based authentication. Will be obfuscated during read. (Inherited from IDigitalTwinsEndpointResourceProperties) |
| DeadLetterUri |
Dead letter storage URL for identity-based authentication. (Inherited from IDigitalTwinsEndpointResourceProperties) |
| EndpointType |
The type of Digital Twins endpoint (Inherited from IDigitalTwinsEndpointResourceProperties) |
| EndpointUri |
The URL of the ServiceBus namespace for identity-based authentication. It must include the protocol 'sb://'. |
| EntityPath |
The ServiceBus Topic name for identity-based authentication. |
| PrimaryConnectionString |
PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read. |
| ProvisioningState |
The provisioning state. (Inherited from IDigitalTwinsEndpointResourceProperties) |
| SecondaryConnectionString |
SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |