Delen via


SynapseEnvironmentVariableSetup Class

Definition

The custom setup of setting environment variable.

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

Constructors

SynapseEnvironmentVariableSetup(String, String)

Initializes a new instance of SynapseEnvironmentVariableSetup.

Properties

VariableName

The name of the environment variable.

VariableValue

The value of the environment variable.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseCustomSetupBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SynapseCustomSetupBase)
IJsonModel<SynapseEnvironmentVariableSetup>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseEnvironmentVariableSetup>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseCustomSetupBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SynapseCustomSetupBase)
IPersistableModel<SynapseEnvironmentVariableSetup>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseEnvironmentVariableSetup>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseEnvironmentVariableSetup>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to