LinkedIntegrationRuntimeKeyAuthorization Class

Definition

The key authorization type integration runtime.

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

Constructors

LinkedIntegrationRuntimeKeyAuthorization(DataFactorySecretString)

Initializes a new instance of LinkedIntegrationRuntimeKeyAuthorization.

Properties

Key

The key used for authorization.

Explicit Interface Implementations

IJsonModel<LinkedIntegrationRuntimeKeyAuthorization>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LinkedIntegrationRuntimeKeyAuthorization>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<LinkedIntegrationRuntimeType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from LinkedIntegrationRuntimeType)
IJsonModel<LinkedIntegrationRuntimeType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from LinkedIntegrationRuntimeType)
IPersistableModel<LinkedIntegrationRuntimeKeyAuthorization>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LinkedIntegrationRuntimeKeyAuthorization>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LinkedIntegrationRuntimeKeyAuthorization>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<LinkedIntegrationRuntimeType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from LinkedIntegrationRuntimeType)
IPersistableModel<LinkedIntegrationRuntimeType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from LinkedIntegrationRuntimeType)
IPersistableModel<LinkedIntegrationRuntimeType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from LinkedIntegrationRuntimeType)

Applies to