Share via


EventHubsCaptureIdentity Class

Definition

A value that indicates whether capture description is enabled.

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

Constructors

EventHubsCaptureIdentity()

Initializes a new instance of EventHubsCaptureIdentity.

Properties

IdentityType

Type of Azure Active Directory Managed Identity.

UserAssignedIdentity

ARM ID of Managed User Identity. This property is required is the type is UserAssignedIdentity. If type is SystemAssigned, then the System Assigned Identity Associated with the namespace will be used.

Explicit Interface Implementations

IJsonModel<EventHubsCaptureIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EventHubsCaptureIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventHubsCaptureIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EventHubsCaptureIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EventHubsCaptureIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to