AzureMLWebServiceFile Class
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.
Azure ML WebService Input/Output file
public class AzureMLWebServiceFile
type AzureMLWebServiceFile = class
Public Class AzureMLWebServiceFile
- Inheritance
-
AzureMLWebServiceFile
Constructors
AzureMLWebServiceFile() |
Initializes a new instance of the AzureMLWebServiceFile class. |
AzureMLWebServiceFile(Object, LinkedServiceReference) |
Initializes a new instance of the AzureMLWebServiceFile class. |
Properties
FilePath |
Gets or sets the relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string). |
LinkedServiceName |
Gets or sets reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET