Sdílet prostřednictvím


SynapseLinkedIntegrationRuntimeKeyAuthorization Class

Definition

The key authorization type integration runtime.

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

Constructors

SynapseLinkedIntegrationRuntimeKeyAuthorization(SynapseSecureString)

Initializes a new instance of SynapseLinkedIntegrationRuntimeKeyAuthorization.

Properties

Key

The key used for authorization.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseLinkedIntegrationRuntimeKeyAuthorization>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseLinkedIntegrationRuntimeKeyAuthorization>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SynapseLinkedIntegrationRuntimeType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SynapseLinkedIntegrationRuntimeType)
IPersistableModel<SynapseLinkedIntegrationRuntimeKeyAuthorization>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseLinkedIntegrationRuntimeKeyAuthorization>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseLinkedIntegrationRuntimeKeyAuthorization>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SynapseLinkedIntegrationRuntimeType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SynapseLinkedIntegrationRuntimeType)

Applies to