Share via


ComponentSetup(String) Constructor

Definition

Initializes a new instance of ComponentSetup.

public ComponentSetup (string componentName);
new Azure.ResourceManager.DataFactory.Models.ComponentSetup : string -> Azure.ResourceManager.DataFactory.Models.ComponentSetup
Public Sub New (componentName As String)

Parameters

componentName
String

The name of the 3rd party component.

Exceptions

componentName is null.

Applies to