ConsumerSourceDataSet Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ConsumerSourceDataSet() |
Inicializa uma nova instância da classe ConsumerSourceDataSet. |
ConsumerSourceDataSet(String, String, SystemData, String, String, String, String, String, String) |
Inicializa uma nova instância da classe ConsumerSourceDataSet. |
ConsumerSourceDataSet()
Inicializa uma nova instância da classe ConsumerSourceDataSet.
public ConsumerSourceDataSet ();
Public Sub New ()
Aplica-se a
ConsumerSourceDataSet(String, String, SystemData, String, String, String, String, String, String)
Inicializa uma nova instância da classe ConsumerSourceDataSet.
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)
Parâmetros
- id
- String
A ID do recurso do azure
- name
- String
Nome do recurso do azure
- systemData
- SystemData
Dados do sistema do recurso do Azure.
- type
- String
Tipo do recurso do azure
- dataSetId
- String
ID do Conjunto de Dados
- dataSetLocation
- String
Local do conjunto de dados.
- dataSetName
- String
Nome do Conjunto de Dados
- dataSetPath
- String
Caminho do Conjunto de Dados
- dataSetType
- String
Tipo de conjunto de dados. Os valores possíveis incluem: 'Blob', 'Container', 'BlobFolder', 'AdlsGen2FileSystem', 'AdlsGen2Folder', 'AdlsGen2File', 'AdlsGen1Folder', 'AdlsGen1File', 'KustoCluster', 'KustoDatabase', 'SqlDBTable', 'SqlDWTable', 'SynapseWorkspaceSqlPoolTable'
Aplica-se a
Azure SDK for .NET