次の方法で共有


EnvironmentVariableSetup Class

Definition

The custom setup of setting environment variable.

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

Constructors

EnvironmentVariableSetup(String, String)

Initializes a new instance of EnvironmentVariableSetup.

Properties

VariableName

The name of the environment variable.

VariableValue

The value of the environment variable.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from CustomSetupBase)

Explicit Interface Implementations

IJsonModel<CustomSetupBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from CustomSetupBase)
IJsonModel<EnvironmentVariableSetup>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EnvironmentVariableSetup>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomSetupBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from CustomSetupBase)
IPersistableModel<EnvironmentVariableSetup>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EnvironmentVariableSetup>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EnvironmentVariableSetup>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to