IntegrationRuntimeAuthKeys Class

Definition

The integration runtime authentication keys.

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

Properties

AuthKey1

The primary integration runtime authentication key.

AuthKey2

The secondary integration runtime authentication key.

Explicit Interface Implementations

IJsonModel<IntegrationRuntimeAuthKeys>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationRuntimeAuthKeys>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationRuntimeAuthKeys>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationRuntimeAuthKeys>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationRuntimeAuthKeys>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to