AzureMLWebServiceFile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET