Поделиться через


SynapseSsisVariable Class

Definition

Ssis variable.

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

Properties

DataType

Variable type.

Description

Variable description.

Id

Variable id.

IsSensitive

Whether variable is sensitive.

Name

Variable name.

SensitiveValue

Variable sensitive value.

Value

Variable value.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseSsisVariable>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseSsisVariable>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseSsisVariable>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseSsisVariable>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseSsisVariable>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to