ShareDataSetType Struct
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.
Type of data set.
public readonly struct ShareDataSetType : IEquatable<Azure.ResourceManager.DataShare.Models.ShareDataSetType>
type ShareDataSetType = struct
Public Structure ShareDataSetType
Implements IEquatable(Of ShareDataSetType)
- Inheritance
-
ShareDataSetType
- Implements
Constructors
| Name | Description |
|---|---|
| ShareDataSetType(String) |
Initializes a new instance of ShareDataSetType. |
Properties
| Name | Description |
|---|---|
| AdlsGen1File |
AdlsGen1File. |
| AdlsGen1Folder |
AdlsGen1Folder. |
| AdlsGen2File |
AdlsGen2File. |
| AdlsGen2FileSystem |
AdlsGen2FileSystem. |
| AdlsGen2Folder |
AdlsGen2Folder. |
| Blob |
Blob. |
| BlobFolder |
BlobFolder. |
| Container |
Container. |
| KustoCluster |
KustoCluster. |
| KustoDatabase |
KustoDatabase. |
| KustoTable |
KustoTable. |
| SqlDBTable |
SqlDBTable. |
| SqlDWTable |
SqlDWTable. |
| SynapseWorkspaceSqlPoolTable |
SynapseWorkspaceSqlPoolTable. |
Methods
| Name | Description |
|---|---|
| Equals(ShareDataSetType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ShareDataSetType, ShareDataSetType) |
Determines if two ShareDataSetType values are the same. |
| Implicit(String to ShareDataSetType) |
Converts a String to a ShareDataSetType. |
| Inequality(ShareDataSetType, ShareDataSetType) |
Determines if two ShareDataSetType values are not the same. |