次の方法で共有


EnvironmentVariableSetup クラス

定義

環境変数の設定のカスタム セットアップ。

[Microsoft.Rest.Serialization.JsonTransformation]
public class EnvironmentVariableSetup : Microsoft.Azure.Management.Synapse.Models.CustomSetupBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type EnvironmentVariableSetup = class
    inherit CustomSetupBase
Public Class EnvironmentVariableSetup
Inherits CustomSetupBase
継承
EnvironmentVariableSetup
属性

コンストラクター

EnvironmentVariableSetup()

EnvironmentVariableSetup クラスの新しいインスタンスを初期化します。

EnvironmentVariableSetup(String, String)

EnvironmentVariableSetup クラスの新しいインスタンスを初期化します。

プロパティ

VariableName

環境変数の名前を取得します。値の設定も可能です。

VariableValue

環境変数の値を取得します。値の設定も可能です。

メソッド

Validate()

オブジェクトを検証します。

適用対象