Class Gen2EnvironmentResourceProperties


public final class Gen2EnvironmentResourceProperties extends EnvironmentResourceProperties
Properties of the Gen2 environment.
  • Constructor Details

    • Gen2EnvironmentResourceProperties

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

    • timeSeriesIdProperties

      public List<TimeSeriesIdProperty> timeSeriesIdProperties()
      Get the timeSeriesIdProperties property: The list of event properties which will be used to define the environment's time series id.
      Returns:
      the timeSeriesIdProperties value.
    • withTimeSeriesIdProperties

      public Gen2EnvironmentResourceProperties withTimeSeriesIdProperties(List<TimeSeriesIdProperty> timeSeriesIdProperties)
      Set the timeSeriesIdProperties property: The list of event properties which will be used to define the environment's time series id.
      Parameters:
      timeSeriesIdProperties - the timeSeriesIdProperties value to set.
      Returns:
      the Gen2EnvironmentResourceProperties object itself.
    • storageConfiguration

      public Gen2StorageConfigurationOutput storageConfiguration()
      Get the storageConfiguration property: The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data.
      Returns:
      the storageConfiguration value.
    • withStorageConfiguration

      public Gen2EnvironmentResourceProperties withStorageConfiguration(Gen2StorageConfigurationOutput storageConfiguration)
      Set the storageConfiguration property: The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data.
      Parameters:
      storageConfiguration - the storageConfiguration value to set.
      Returns:
      the Gen2EnvironmentResourceProperties object itself.
    • warmStoreConfiguration

      public WarmStoreConfigurationProperties warmStoreConfiguration()
      Get the warmStoreConfiguration property: The warm store configuration provides the details to create a warm store cache that will retain a copy of the environment's data available for faster query.
      Returns:
      the warmStoreConfiguration value.
    • withWarmStoreConfiguration

      public Gen2EnvironmentResourceProperties withWarmStoreConfiguration(WarmStoreConfigurationProperties warmStoreConfiguration)
      Set the warmStoreConfiguration property: The warm store configuration provides the details to create a warm store cache that will retain a copy of the environment's data available for faster query.
      Parameters:
      warmStoreConfiguration - the warmStoreConfiguration value to set.
      Returns:
      the Gen2EnvironmentResourceProperties object itself.
    • validate

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