ArmDataShareModelFactory.AdlsGen2FileDataSetMapping Method
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.
Initializes a new instance of AdlsGen2FileDataSetMapping.
public static Azure.ResourceManager.DataShare.Models.AdlsGen2FileDataSetMapping AdlsGen2FileDataSetMapping (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 filePath = default, string fileSystem = default, Azure.ResourceManager.DataShare.Models.DataShareOutputType? outputType = default, Azure.ResourceManager.DataShare.Models.DataShareProvisioningState? provisioningState = default, string resourceGroup = default, string storageAccountName = default, string subscriptionId = default);
static member AdlsGen2FileDataSetMapping : 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.DataShareOutputType> * Nullable<Azure.ResourceManager.DataShare.Models.DataShareProvisioningState> * string * string * string -> Azure.ResourceManager.DataShare.Models.AdlsGen2FileDataSetMapping
Public Shared Function AdlsGen2FileDataSetMapping (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 filePath As String = Nothing, Optional fileSystem As String = Nothing, Optional outputType As Nullable(Of DataShareOutputType) = Nothing, Optional provisioningState As Nullable(Of DataShareProvisioningState) = Nothing, Optional resourceGroup As String = Nothing, Optional storageAccountName As String = Nothing, Optional subscriptionId As String = Nothing) As AdlsGen2FileDataSetMapping
Parameters
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.
- filePath
- String
File path within the file system.
- fileSystem
- String
File system to which the file belongs.
- outputType
- Nullable<DataShareOutputType>
Type of output file.
- 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 AdlsGen2FileDataSetMapping instance for mocking.
Applies to
Azure SDK for .NET