AzureBlobStorageLocation Konstruktoren
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.
Überlädt
AzureBlobStorageLocation() |
Initialisiert eine neue instance der AzureBlobStorageLocation-Klasse. |
AzureBlobStorageLocation(IDictionary<String,Object>, Object, Object, Object) |
Initialisiert eine neue instance der AzureBlobStorageLocation-Klasse. |
AzureBlobStorageLocation()
Initialisiert eine neue instance der AzureBlobStorageLocation-Klasse.
public AzureBlobStorageLocation ();
Public Sub New ()
Gilt für:
AzureBlobStorageLocation(IDictionary<String,Object>, Object, Object, Object)
Initialisiert eine neue instance der AzureBlobStorageLocation-Klasse.
public AzureBlobStorageLocation (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object folderPath = default, object fileName = default, object container = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureBlobStorageLocation : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AzureBlobStorageLocation
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional folderPath As Object = Nothing, Optional fileName As Object = Nothing, Optional container As Object = Nothing)
Parameter
- additionalProperties
- IDictionary<String,Object>
Nicht übereinstimmende Eigenschaften aus der Nachricht werden für diese Sammlung deserialisiert.
- folderPath
- Object
Geben Sie den Ordnerpfad des Datasets an. Type: string (oder Expression with resultType string)
- fileName
- Object
Geben Sie den Dateinamen des Datasets an. Type: string (oder Expression with resultType string).
- container
- Object
Geben Sie den Container des Azure-Blobs an. Type: string (oder Expression with resultType string).
Gilt für:
Azure SDK for .NET