ADLSGen1FileDataSet 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.
An ADLS Gen 1 file data set.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AdlsGen1File")]
public class ADLSGen1FileDataSet : Microsoft.Azure.Management.DataShare.Models.DataSet
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AdlsGen1File")>]
type ADLSGen1FileDataSet = class
inherit DataSet
Public Class ADLSGen1FileDataSet
Inherits DataSet
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
ADLSGen1FileDataSet() |
Initializes a new instance of the ADLSGen1FileDataSet class. |
ADLSGen1FileDataSet(String, String, String, String, String, String, String, SystemData, String, String) |
Initializes a new instance of the ADLSGen1FileDataSet class. |
Properties
AccountName |
Gets or sets the ADLS account name. |
DataSetId |
Gets unique id for identifying a data set resource |
FileName |
Gets or sets the file name in the ADLS account. |
FolderPath |
Gets or sets the folder path within the ADLS account. |
Id |
Gets the resource id of the azure resource (Inherited from ProxyDto) |
Name |
Gets name of the azure resource (Inherited from ProxyDto) |
ResourceGroup |
Gets or sets resource group of ADLS account. |
SubscriptionId |
Gets or sets subscription id of ADLS account. |
SystemData |
Gets system Data of the Azure resource. (Inherited from ProxyDto) |
Type |
Gets type of the azure resource (Inherited from ProxyDto) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET