Class DataImportDetails

java.lang.Object
com.azure.resourcemanager.databox.models.DataImportDetails

public final class DataImportDetails extends Object
Details of the data to be used for importing data to azure.
  • Constructor Details

    • DataImportDetails

      public DataImportDetails()
      Creates an instance of DataImportDetails class.
  • Method Details

    • accountDetails

      public DataAccountDetails accountDetails()
      Get the accountDetails property: Account details of the data to be transferred.
      Returns:
      the accountDetails value.
    • withAccountDetails

      public DataImportDetails withAccountDetails(DataAccountDetails accountDetails)
      Set the accountDetails property: Account details of the data to be transferred.
      Parameters:
      accountDetails - the accountDetails value to set.
      Returns:
      the DataImportDetails object itself.
    • validate

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