ConsumerSourceDataSet Constructors

Definition

Overloads

ConsumerSourceDataSet()

Initializes a new instance of the ConsumerSourceDataSet class.

ConsumerSourceDataSet(String, String, SystemData, String, String, String, String, String, String)

Initializes a new instance of the ConsumerSourceDataSet class.

ConsumerSourceDataSet()

Initializes a new instance of the ConsumerSourceDataSet class.

public ConsumerSourceDataSet ();
Public Sub New ()

Applies to

ConsumerSourceDataSet(String, String, SystemData, String, String, String, String, String, String)

Initializes a new instance of the ConsumerSourceDataSet class.

public ConsumerSourceDataSet (string id = default, string name = default, Microsoft.Azure.Management.DataShare.Models.SystemData systemData = default, string type = default, string dataSetId = default, string dataSetLocation = default, string dataSetName = default, string dataSetPath = default, string dataSetType = default);
new Microsoft.Azure.Management.DataShare.Models.ConsumerSourceDataSet : string * string * Microsoft.Azure.Management.DataShare.Models.SystemData * string * string * string * string * string * string -> Microsoft.Azure.Management.DataShare.Models.ConsumerSourceDataSet
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional systemData As SystemData = Nothing, Optional type As String = Nothing, Optional dataSetId As String = Nothing, Optional dataSetLocation As String = Nothing, Optional dataSetName As String = Nothing, Optional dataSetPath As String = Nothing, Optional dataSetType As String = Nothing)

Parameters

id
String

The resource id of the azure resource

name
String

Name of the azure resource

systemData
SystemData

System Data of the Azure resource.

type
String

Type of the azure resource

dataSetId
String

DataSet Id

dataSetLocation
String

Location of the data set.

dataSetName
String

DataSet name

dataSetPath
String

DataSet path

dataSetType
String

Type of data set. Possible values include: 'Blob', 'Container', 'BlobFolder', 'AdlsGen2FileSystem', 'AdlsGen2Folder', 'AdlsGen2File', 'AdlsGen1Folder', 'AdlsGen1File', 'KustoCluster', 'KustoDatabase', 'SqlDBTable', 'SqlDWTable', 'SynapseWorkspaceSqlPoolTable'

Applies to