Megosztás a következőn keresztül:


SynapseEnvironmentVariableSetup Class

Definition

The custom setup of setting environment variable.

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

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.

Applies to