Udostępnij za pośrednictwem


ArmDataShareModelFactory.AdlsGen2FileSystemDataSetMapping Method

Definition

Initializes a new instance of AdlsGen2FileSystemDataSetMapping.

public static Azure.ResourceManager.DataShare.Models.AdlsGen2FileSystemDataSetMapping AdlsGen2FileSystemDataSetMapping (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, Azure.ResourceManager.DataShare.Models.DataShareProvisioningState? provisioningState = default, string resourceGroup = default, string storageAccountName = default, string subscriptionId = default);
static member AdlsGen2FileSystemDataSetMapping : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Guid * Nullable<Azure.ResourceManager.DataShare.Models.DataSetMappingStatus> * string * Nullable<Azure.ResourceManager.DataShare.Models.DataShareProvisioningState> * string * string * string -> Azure.ResourceManager.DataShare.Models.AdlsGen2FileSystemDataSetMapping
Public Shared Function AdlsGen2FileSystemDataSetMapping (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 provisioningState As Nullable(Of DataShareProvisioningState) = Nothing, Optional resourceGroup As String = Nothing, Optional storageAccountName As String = Nothing, Optional subscriptionId As String = Nothing) As AdlsGen2FileSystemDataSetMapping

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

The file system name.

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 AdlsGen2FileSystemDataSetMapping instance for mocking.

Applies to