RoutingServiceBusQueueEndpointProperties Class

Definition

The properties related to service bus queue endpoint types.

public class RoutingServiceBusQueueEndpointProperties
public class RoutingServiceBusQueueEndpointProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotHub.Models.RoutingServiceBusQueueEndpointProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotHub.Models.RoutingServiceBusQueueEndpointProperties>
type RoutingServiceBusQueueEndpointProperties = class
type RoutingServiceBusQueueEndpointProperties = class
    interface IJsonModel<RoutingServiceBusQueueEndpointProperties>
    interface IPersistableModel<RoutingServiceBusQueueEndpointProperties>
Public Class RoutingServiceBusQueueEndpointProperties
Public Class RoutingServiceBusQueueEndpointProperties
Implements IJsonModel(Of RoutingServiceBusQueueEndpointProperties), IPersistableModel(Of RoutingServiceBusQueueEndpointProperties)
Inheritance
RoutingServiceBusQueueEndpointProperties
Implements

Constructors

RoutingServiceBusQueueEndpointProperties(String)

Initializes a new instance of RoutingServiceBusQueueEndpointProperties.

Properties

AuthenticationType

Method used to authenticate against the service bus queue endpoint.

ConnectionString

The connection string of the service bus queue endpoint.

Endpoint

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

EntityPath

Queue name on the service bus namespace.

Id

Id of the service bus queue endpoint.

Name

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.

ResourceGroup

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

SubscriptionId

The subscription identifier of the service bus queue endpoint.

UserAssignedIdentity

The user assigned identity.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RoutingServiceBusQueueEndpointProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RoutingServiceBusQueueEndpointProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoutingServiceBusQueueEndpointProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoutingServiceBusQueueEndpointProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RoutingServiceBusQueueEndpointProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to