GoogleCloudStorageLocation 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
GoogleCloudStorageLocation() |
Initialisiert eine neue instance der GoogleCloudStorageLocation-Klasse. |
GoogleCloudStorageLocation(IDictionary<String,Object>, Object, Object, Object, Object) |
Initialisiert eine neue instance der GoogleCloudStorageLocation-Klasse. |
GoogleCloudStorageLocation()
Initialisiert eine neue instance der GoogleCloudStorageLocation-Klasse.
public GoogleCloudStorageLocation ();
Public Sub New ()
Gilt für:
GoogleCloudStorageLocation(IDictionary<String,Object>, Object, Object, Object, Object)
Initialisiert eine neue instance der GoogleCloudStorageLocation-Klasse.
public GoogleCloudStorageLocation (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object folderPath = default, object fileName = default, object bucketName = default, object version = default);
new Microsoft.Azure.Management.DataFactory.Models.GoogleCloudStorageLocation : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.GoogleCloudStorageLocation
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional folderPath As Object = Nothing, Optional fileName As Object = Nothing, Optional bucketName As Object = Nothing, Optional version 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).
- bucketName
- Object
Geben Sie den bucketName von Google Cloud Storage an. Type: string (oder Expression with resultType string)
- version
- Object
Geben Sie die Version von Google Cloud Storage an. Type: string (oder Expression with resultType string).
Gilt für:
Azure SDK for .NET