次の方法で共有


EnvironmentVariableSetup クラス

定義

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

public class EnvironmentVariableSetup : Azure.ResourceManager.DataFactory.Models.CustomSetupBase
type EnvironmentVariableSetup = class
    inherit CustomSetupBase
Public Class EnvironmentVariableSetup
Inherits CustomSetupBase
継承
EnvironmentVariableSetup

コンストラクター

EnvironmentVariableSetup(String, String)

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

プロパティ

VariableName

環境変数の名前。

VariableValue

環境変数の値。

適用対象