Share via


DataConnectorCredentialMap Class

Definition

Mapping of data connector credentials.

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

Constructors

DataConnectorCredentialMap(String, DataConnectorCredentials)

Initializes a new instance of DataConnectorCredentialMap.

Properties

Key

The key representing the credential.

Value

The data connector credential value.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataConnectorCredentialMap>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataConnectorCredentialMap>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataConnectorCredentialMap>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataConnectorCredentialMap>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataConnectorCredentialMap>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to