Class Gen1EnvironmentResourceProperties

java.lang.Object
com.azure.resourcemanager.timeseriesinsights.fluent.models.Gen1EnvironmentCreationProperties
com.azure.resourcemanager.timeseriesinsights.fluent.models.Gen1EnvironmentResourceProperties

public final class Gen1EnvironmentResourceProperties extends Gen1EnvironmentCreationProperties
Properties of the Gen1 environment.
  • Constructor Details

    • Gen1EnvironmentResourceProperties

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

    • dataAccessId

      public UUID dataAccessId()
      Get the dataAccessId property: An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
      Returns:
      the dataAccessId value.
    • dataAccessFqdn

      public String dataAccessFqdn()
      Get the dataAccessFqdn property: The fully qualified domain name used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
      Returns:
      the dataAccessFqdn value.
    • status

      public EnvironmentStatus status()
      Get the status property: An object that represents the status of the environment, and its internal state in the Time Series Insights service.
      Returns:
      the status value.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: Provisioning state of the resource.
      Returns:
      the provisioningState value.
    • creationTime

      public OffsetDateTime creationTime()
      Get the creationTime property: The time the resource was created.
      Returns:
      the creationTime value.
    • withDataRetentionTime

      public Gen1EnvironmentResourceProperties withDataRetentionTime(Duration dataRetentionTime)
      Set the dataRetentionTime property: ISO8601 timespan specifying the minimum number of days the environment's events will be available for query.
      Overrides:
      withDataRetentionTime in class Gen1EnvironmentCreationProperties
      Parameters:
      dataRetentionTime - the dataRetentionTime value to set.
      Returns:
      the Gen1EnvironmentCreationProperties object itself.
    • withStorageLimitExceededBehavior

      public Gen1EnvironmentResourceProperties withStorageLimitExceededBehavior(StorageLimitExceededBehavior storageLimitExceededBehavior)
      Set the storageLimitExceededBehavior property: The behavior the Time Series Insights service should take when the environment's capacity has been exceeded. If "PauseIngress" is specified, new events will not be read from the event source. If "PurgeOldData" is specified, new events will continue to be read and old events will be deleted from the environment. The default behavior is PurgeOldData.
      Overrides:
      withStorageLimitExceededBehavior in class Gen1EnvironmentCreationProperties
      Parameters:
      storageLimitExceededBehavior - the storageLimitExceededBehavior value to set.
      Returns:
      the Gen1EnvironmentCreationProperties object itself.
    • withPartitionKeyProperties

      public Gen1EnvironmentResourceProperties withPartitionKeyProperties(List<TimeSeriesIdProperty> partitionKeyProperties)
      Set the partitionKeyProperties property: The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported.
      Overrides:
      withPartitionKeyProperties in class Gen1EnvironmentCreationProperties
      Parameters:
      partitionKeyProperties - the partitionKeyProperties value to set.
      Returns:
      the Gen1EnvironmentCreationProperties object itself.
    • validate

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