Class AddDataLakeStoreProperties

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

public final class AddDataLakeStoreProperties extends Object
The Data Lake Store account properties to use when adding a new Data Lake Store account.
  • Constructor Details

    • AddDataLakeStoreProperties

      public AddDataLakeStoreProperties()
      Creates an instance of AddDataLakeStoreProperties 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 AddDataLakeStoreProperties 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 AddDataLakeStoreProperties object itself.
    • validate

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