Share via


IntegrationRuntimeSsisProperties.ExpressCustomSetupProperties Property

Definition

Custom setup without script properties for a SSIS integration runtime. Please note CustomSetupBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzPowerShellSetup, CmdkeySetup, ComponentSetup and EnvironmentVariableSetup.

public System.Collections.Generic.IList<Azure.ResourceManager.DataFactory.Models.CustomSetupBase> ExpressCustomSetupProperties { get; }
member this.ExpressCustomSetupProperties : System.Collections.Generic.IList<Azure.ResourceManager.DataFactory.Models.CustomSetupBase>
Public ReadOnly Property ExpressCustomSetupProperties As IList(Of CustomSetupBase)

Property Value

Applies to