ConsumerSourceDataSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A consumer side dataSet data transfer object.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ConsumerSourceDataSet : Microsoft.Azure.Management.DataShare.Models.ProxyDto
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ConsumerSourceDataSet = class
inherit ProxyDto
Public Class ConsumerSourceDataSet
Inherits ProxyDto
- Inheritance
- Attributes
Constructors
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. |
Properties
DataSetId |
Gets dataSet Id |
DataSetLocation |
Gets location of the data set. |
DataSetName |
Gets dataSet name |
DataSetPath |
Gets dataSet path |
DataSetType |
Gets type of data set. Possible values include: 'Blob', 'Container', 'BlobFolder', 'AdlsGen2FileSystem', 'AdlsGen2Folder', 'AdlsGen2File', 'AdlsGen1Folder', 'AdlsGen1File', 'KustoCluster', 'KustoDatabase', 'SqlDBTable', 'SqlDWTable', 'SynapseWorkspaceSqlPoolTable' |
Id |
Gets the resource id of the azure resource (Inherited from ProxyDto) |
Name |
Gets name of the azure resource (Inherited from ProxyDto) |
SystemData |
Gets system Data of the Azure resource. (Inherited from ProxyDto) |
Type |
Gets type of the azure resource (Inherited from ProxyDto) |
Applies to
Azure SDK for .NET