Bagikan melalui


PurviewConfiguration Constructors

Definition

Overloads

PurviewConfiguration()

Initializes a new instance of the PurviewConfiguration class.

PurviewConfiguration(String)

Initializes a new instance of the PurviewConfiguration class.

PurviewConfiguration()

Initializes a new instance of the PurviewConfiguration class.

public PurviewConfiguration ();
Public Sub New ()

Applies to

PurviewConfiguration(String)

Initializes a new instance of the PurviewConfiguration class.

public PurviewConfiguration (string purviewResourceId = default);
new Microsoft.Azure.Management.DataFactory.Models.PurviewConfiguration : string -> Microsoft.Azure.Management.DataFactory.Models.PurviewConfiguration
Public Sub New (Optional purviewResourceId As String = Nothing)

Parameters

purviewResourceId
String

Purview resource id.

Applies to