Sdílet prostřednictvím


SynapseSecretBase Class

Definition

The base definition of a secret type. Please note SynapseSecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SynapseSecureString.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Synapse.Models.UnknownSecretBase))]
public abstract class SynapseSecretBase : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.Models.SynapseSecretBase>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.Models.SynapseSecretBase>
public abstract class SynapseSecretBase
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Synapse.Models.UnknownSecretBase))>]
type SynapseSecretBase = class
    interface IJsonModel<SynapseSecretBase>
    interface IPersistableModel<SynapseSecretBase>
type SynapseSecretBase = class
Public MustInherit Class SynapseSecretBase
Implements IJsonModel(Of SynapseSecretBase), IPersistableModel(Of SynapseSecretBase)
Public MustInherit Class SynapseSecretBase
Inheritance
SynapseSecretBase
Derived
Attributes
Implements

Constructors

SynapseSecretBase()

Initializes a new instance of SynapseSecretBase.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseSecretBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseSecretBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseSecretBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseSecretBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseSecretBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to