다음을 통해 공유


AzureBlobStorageLocation Constructors

Definition

Overloads

AzureBlobStorageLocation()

Initializes a new instance of the AzureBlobStorageLocation class.

AzureBlobStorageLocation(IDictionary<String,Object>, Object, Object, Object)

Initializes a new instance of the AzureBlobStorageLocation class.

AzureBlobStorageLocation()

Initializes a new instance of the AzureBlobStorageLocation class.

public AzureBlobStorageLocation ();
Public Sub New ()

Applies to

AzureBlobStorageLocation(IDictionary<String,Object>, Object, Object, Object)

Initializes a new instance of the AzureBlobStorageLocation class.

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)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

folderPath
Object

Specify the folder path of dataset. Type: string (or Expression with resultType string)

fileName
Object

Specify the file name of dataset. Type: string (or Expression with resultType string).

container
Object

Specify the container of azure blob. Type: string (or Expression with resultType string).

Applies to