ConsumerSourceDataSet Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ConsumerSourceDataSet() |
Initialisiert eine neue instance der ConsumerSourceDataSet-Klasse. |
ConsumerSourceDataSet(String, String, SystemData, String, String, String, String, String, String) |
Initialisiert eine neue instance der ConsumerSourceDataSet-Klasse. |
ConsumerSourceDataSet()
Initialisiert eine neue instance der ConsumerSourceDataSet-Klasse.
public ConsumerSourceDataSet ();
Public Sub New ()
Gilt für:
ConsumerSourceDataSet(String, String, SystemData, String, String, String, String, String, String)
Initialisiert eine neue instance der ConsumerSourceDataSet-Klasse.
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)
Parameter
- id
- String
Die Ressourcen-ID der Azure-Ressource
- name
- String
Name der Azure-Ressource
- systemData
- SystemData
Systemdaten der Azure-Ressource.
- type
- String
Typ der Azure-Ressource
- dataSetId
- String
DataSet-ID
- dataSetLocation
- String
Speicherort des Datasets.
- dataSetName
- String
DataSet-Name
- dataSetPath
- String
DataSet-Pfad
- dataSetType
- String
Typ des Datasets. Mögliche Werte: "Blob", "Container", "BlobFolder", "AdlsGen2FileSystem", "AdlsGen2Folder", "AdlsGen2File", "AdlsGen1Folder", "AdlsGen1File", "KustoCluster", "KustoDatabase", "SqlDBTable", "SqlDWTable", "SynapseWorkspaceSqlPoolTable"
Gilt für:
Azure SDK for .NET