Class AddDataLakeStoreParameters

java.lang.Object
com.azure.resourcemanager.datalakeanalytics.models.AddDataLakeStoreParameters

public final class AddDataLakeStoreParameters extends Object
The parameters used to add a new Data Lake Store account.
  • Constructor Details

    • AddDataLakeStoreParameters

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

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