次の方法で共有


SynapseEnvironmentVariableSetup クラス

定義

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

public class SynapseEnvironmentVariableSetup : Azure.ResourceManager.Synapse.Models.SynapseCustomSetupBase
type SynapseEnvironmentVariableSetup = class
    inherit SynapseCustomSetupBase
Public Class SynapseEnvironmentVariableSetup
Inherits SynapseCustomSetupBase
継承
SynapseEnvironmentVariableSetup

コンストラクター

SynapseEnvironmentVariableSetup(String, String)

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

プロパティ

VariableName

環境変数の名前。

VariableValue

環境変数の値。

適用対象