ADLSGen2FolderDataSetMapping 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 Gen2 folder data set mapping.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AdlsGen2Folder")]
public class ADLSGen2FolderDataSetMapping : Microsoft.Azure.Management.DataShare.Models.DataSetMapping
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AdlsGen2Folder")>]
type ADLSGen2FolderDataSetMapping = class
inherit DataSetMapping
Public Class ADLSGen2FolderDataSetMapping
Inherits DataSetMapping
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
ADLSGen2FolderDataSetMapping() |
Initializes a new instance of the ADLSGen2FolderDataSetMapping class. |
ADLSGen2FolderDataSetMapping(String, String, String, String, String, String, String, String, SystemData, String, String, String) |
Initializes a new instance of the ADLSGen2FolderDataSetMapping class. |
Properties
DataSetId |
Gets or sets the id of the source data set. |
DataSetMappingStatus |
Gets the status of the data set mapping. Possible values include: 'Ok', 'Broken' |
FileSystem |
Gets or sets file system to which the folder belongs. |
FolderPath |
Gets or sets folder path within the file system. |
Id |
Gets the resource id of the azure resource (Inherited from ProxyDto) |
Name |
Gets name of the azure resource (Inherited from ProxyDto) |
ProvisioningState |
Gets provisioning state of the data set mapping. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Moving', 'Failed' |
ResourceGroup |
Gets or sets resource group of storage account. |
StorageAccountName |
Gets or sets storage account name of the source data set. |
SubscriptionId |
Gets or sets subscription id of storage 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