Share via


IGen1EnvironmentUpdateParameters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen1EnvironmentUpdateParametersTypeConverter))]
public interface IGen1EnvironmentUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEnvironmentUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen1EnvironmentUpdateParametersTypeConverter))>]
type IGen1EnvironmentUpdateParameters = interface
    interface IJsonSerializable
    interface IEnvironmentUpdateParameters
Public Interface IGen1EnvironmentUpdateParameters
Implements IEnvironmentUpdateParameters
Derived
Attributes
Implements

Properties

DataRetentionTime

ISO8601 timespan specifying the minimum number of days the environment's events will be available for query.

SkuCapacity

The capacity of the sku. For Gen1 environments, this value can be changed to support scale out of environments after they have been created.

SkuName

The name of this SKU.

StorageLimitExceededBehavior

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.

Tag

Key-value pairs of additional properties for the environment.

(Inherited from IEnvironmentUpdateParameters)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to