Share via


DataflowEndpointAuthenticationUserAssignedManagedIdentity Class

Definition

DataflowEndpoint Authentication UserAssignedManagedIdentity properties.

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

Constructors

DataflowEndpointAuthenticationUserAssignedManagedIdentity(String, String)

Initializes a new instance of DataflowEndpointAuthenticationUserAssignedManagedIdentity.

Properties

ClientId

Client ID for the user-assigned managed identity.

Scope

Resource identifier (application ID URI) of the resource, affixed with the .default suffix.

TenantId

Tenant ID.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataflowEndpointAuthenticationUserAssignedManagedIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataflowEndpointAuthenticationUserAssignedManagedIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataflowEndpointAuthenticationUserAssignedManagedIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataflowEndpointAuthenticationUserAssignedManagedIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataflowEndpointAuthenticationUserAssignedManagedIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to