Class Gen2StorageConfigurationOutput

java.lang.Object
com.azure.resourcemanager.timeseriesinsights.models.Gen2StorageConfigurationOutput

public final class Gen2StorageConfigurationOutput extends Object
The storage configuration provides the non-secret connection details about the customer storage account that is used to store the environment's data.
  • Constructor Details

    • Gen2StorageConfigurationOutput

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

    • accountName

      public String accountName()
      Get the accountName property: The name of the storage account that will hold the environment's Gen2 data.
      Returns:
      the accountName value.
    • withAccountName

      public Gen2StorageConfigurationOutput withAccountName(String accountName)
      Set the accountName property: The name of the storage account that will hold the environment's Gen2 data.
      Parameters:
      accountName - the accountName value to set.
      Returns:
      the Gen2StorageConfigurationOutput object itself.
    • validate

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