BlobDataSetMapping(String, Guid, String, String, String, String) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von BlobDataSetMapping.
public BlobDataSetMapping (string containerName, Guid dataSetId, string filePath, string resourceGroup, string storageAccountName, string subscriptionId);
new Azure.ResourceManager.DataShare.Models.BlobDataSetMapping : string * Guid * string * string * string * string -> Azure.ResourceManager.DataShare.Models.BlobDataSetMapping
Public Sub New (containerName As String, dataSetId As Guid, filePath As String, resourceGroup As String, storageAccountName As String, subscriptionId As String)
Parameter
- containerName
- String
Container mit dem Dateipfad.
- dataSetId
- Guid
Die ID des Quelldatensatzes.
- filePath
- String
Dateipfad innerhalb des Quelldatasets.
- resourceGroup
- String
Ressourcengruppe des Speicherkontos.
- storageAccountName
- String
Speicherkontoname des Quelldatasets.
- subscriptionId
- String
Abonnement-ID des Speicherkontos.
Ausnahmen
containerName
, filePath
, resourceGroup
storageAccountName
oder subscriptionId
ist NULL.
Gilt für:
Azure SDK for .NET