次の方法で共有


DataflowEndpointDataExplorerAuthentication Class

Definition

Azure Data Explorer Authentication properties. NOTE - only authentication property is allowed per entry.

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

Constructors

DataflowEndpointDataExplorerAuthentication(DataExplorerAuthMethod)

Initializes a new instance of DataflowEndpointDataExplorerAuthentication.

Properties

Method

Mode of Authentication.

SystemAssignedManagedIdentityAudience

Audience of the service to authenticate against. Optional; defaults to the audience for Service host configuration.

UserAssignedManagedIdentitySettings

User-assigned managed identity authentication.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataflowEndpointDataExplorerAuthentication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataflowEndpointDataExplorerAuthentication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataflowEndpointDataExplorerAuthentication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataflowEndpointDataExplorerAuthentication>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataflowEndpointDataExplorerAuthentication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to