Sdílet prostřednictvím


SynapseSecureString Class

Definition

Azure Synapse secure string definition. The string value will be masked with asterisks '*' during Get or List API calls.

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

Constructors

SynapseSecureString(String)

Initializes a new instance of SynapseSecureString.

Properties

Value

Value of secure string.

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.

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SynapseSecretBase)
IJsonModel<SynapseSecureString>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseSecureString>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseSecretBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SynapseSecretBase)
IPersistableModel<SynapseSecureString>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseSecureString>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseSecureString>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to