Delen via


RoutingIdentityInfo Class

Definition

Routing identity info for topic spaces configuration.

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

Constructors

RoutingIdentityInfo()

Initializes a new instance of RoutingIdentityInfo.

Properties

IdentityType

Routing identity type for topic spaces configuration.

UserAssignedIdentity

Gets or sets the user assigned identity.

Explicit Interface Implementations

IJsonModel<RoutingIdentityInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RoutingIdentityInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoutingIdentityInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoutingIdentityInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RoutingIdentityInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to