Class UpdateDataLakeStoreProperties

java.lang.Object
com.azure.resourcemanager.datalakeanalytics.fluent.models.UpdateDataLakeStoreProperties

public final class UpdateDataLakeStoreProperties extends Object
The Data Lake Store account properties to use when updating a Data Lake Store account.
  • Constructor Details

    • UpdateDataLakeStoreProperties

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

    • suffix

      public String suffix()
      Get the suffix property: The optional suffix for the Data Lake Store account.
      Returns:
      the suffix value.
    • withSuffix

      public UpdateDataLakeStoreProperties withSuffix(String suffix)
      Set the suffix property: The optional suffix for the Data Lake Store account.
      Parameters:
      suffix - the suffix value to set.
      Returns:
      the UpdateDataLakeStoreProperties object itself.
    • validate

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