Share via


ArmDataShareModelFactory.AdlsGen2FolderDataSetMapping Method

Definition

Initializes a new instance of AdlsGen2FolderDataSetMapping.

public static Azure.ResourceManager.DataShare.Models.AdlsGen2FolderDataSetMapping AdlsGen2FolderDataSetMapping (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Guid dataSetId = default, Azure.ResourceManager.DataShare.Models.DataSetMappingStatus? dataSetMappingStatus = default, string fileSystem = default, string folderPath = default, Azure.ResourceManager.DataShare.Models.DataShareProvisioningState? provisioningState = default, string resourceGroup = default, string storageAccountName = default, string subscriptionId = default);
static member AdlsGen2FolderDataSetMapping : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Guid * Nullable<Azure.ResourceManager.DataShare.Models.DataSetMappingStatus> * string * string * Nullable<Azure.ResourceManager.DataShare.Models.DataShareProvisioningState> * string * string * string -> Azure.ResourceManager.DataShare.Models.AdlsGen2FolderDataSetMapping
Public Shared Function AdlsGen2FolderDataSetMapping (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional dataSetId As Guid = Nothing, Optional dataSetMappingStatus As Nullable(Of DataSetMappingStatus) = Nothing, Optional fileSystem As String = Nothing, Optional folderPath As String = Nothing, Optional provisioningState As Nullable(Of DataShareProvisioningState) = Nothing, Optional resourceGroup As String = Nothing, Optional storageAccountName As String = Nothing, Optional subscriptionId As String = Nothing) As AdlsGen2FolderDataSetMapping

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

dataSetId
Guid

The id of the source data set.

dataSetMappingStatus
Nullable<DataSetMappingStatus>

Gets the status of the data set mapping.

fileSystem
String

File system to which the folder belongs.

folderPath
String

Folder path within the file system.

provisioningState
Nullable<DataShareProvisioningState>

Provisioning state of the data set mapping.

resourceGroup
String

Resource group of storage account.

storageAccountName
String

Storage account name of the source data set.

subscriptionId
String

Subscription id of storage account.

Returns

A new AdlsGen2FolderDataSetMapping instance for mocking.

Applies to