Share via


IGen1EnvironmentCreateOrUpdateParameters Interface

Definition

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

Properties

DataRetentionTime

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

Kind

The kind of the environment.

(Inherited from IEnvironmentCreateOrUpdateParameters)
Location

The location of the resource.

(Inherited from ICreateOrUpdateTrackedResourceProperties)
PartitionKeyProperty

The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported.

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.

(Inherited from IEnvironmentCreateOrUpdateParameters)
SkuName

The name of this SKU.

(Inherited from IEnvironmentCreateOrUpdateParameters)
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 resource.

(Inherited from ICreateOrUpdateTrackedResourceProperties)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to