ADLSGen1FolderDataSet Class

Definition

An ADLS Gen 1 folder data set.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AdlsGen1Folder")]
public class ADLSGen1FolderDataSet : Microsoft.Azure.Management.DataShare.Models.DataSet
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AdlsGen1Folder")>]
type ADLSGen1FolderDataSet = class
    inherit DataSet
Public Class ADLSGen1FolderDataSet
Inherits DataSet
Inheritance
ADLSGen1FolderDataSet
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

ADLSGen1FolderDataSet()

Initializes a new instance of the ADLSGen1FolderDataSet class.

ADLSGen1FolderDataSet(String, String, String, String, String, String, SystemData, String, String)

Initializes a new instance of the ADLSGen1FolderDataSet class.

Properties

AccountName

Gets or sets the ADLS account name.

DataSetId

Gets unique id for identifying a data set resource

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