Class AzureMLWebServiceFile

java.lang.Object
com.azure.resourcemanager.datafactory.models.AzureMLWebServiceFile

public final class AzureMLWebServiceFile extends Object
Azure ML WebService Input/Output file.
  • Constructor Details

    • AzureMLWebServiceFile

      public AzureMLWebServiceFile()
  • Method Details

    • filePath

      public Object filePath()
      Get the filePath property: The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
      Returns:
      the filePath value.
    • withFilePath

      public AzureMLWebServiceFile withFilePath(Object filePath)
      Set the filePath property: The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
      Parameters:
      filePath - the filePath value to set.
      Returns:
      the AzureMLWebServiceFile object itself.
    • linkedServiceName

      public LinkedServiceReference linkedServiceName()
      Get the linkedServiceName property: Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
      Returns:
      the linkedServiceName value.
    • withLinkedServiceName

      public AzureMLWebServiceFile withLinkedServiceName(LinkedServiceReference linkedServiceName)
      Set the linkedServiceName property: Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
      Parameters:
      linkedServiceName - the linkedServiceName value to set.
      Returns:
      the AzureMLWebServiceFile object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.