Bagikan melalui


AzureMLWebServiceFile Constructors

Definition

Overloads

AzureMLWebServiceFile()

Initializes a new instance of the AzureMLWebServiceFile class.

AzureMLWebServiceFile(Object, LinkedServiceReference)

Initializes a new instance of the AzureMLWebServiceFile class.

AzureMLWebServiceFile()

Initializes a new instance of the AzureMLWebServiceFile class.

public AzureMLWebServiceFile ();
Public Sub New ()

Applies to

AzureMLWebServiceFile(Object, LinkedServiceReference)

Initializes a new instance of the AzureMLWebServiceFile class.

public AzureMLWebServiceFile (object filePath, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName);
new Microsoft.Azure.Management.DataFactory.Models.AzureMLWebServiceFile : obj * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference -> Microsoft.Azure.Management.DataFactory.Models.AzureMLWebServiceFile
Public Sub New (filePath As Object, linkedServiceName As LinkedServiceReference)

Parameters

filePath
Object

The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).

linkedServiceName
LinkedServiceReference

Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.

Applies to