你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Gen1EnvironmentCreationProperties Class

Definition

Properties used to create a Gen1 environment.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen1EnvironmentCreationPropertiesTypeConverter))]
public class Gen1EnvironmentCreationProperties : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IGen1EnvironmentCreationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen1EnvironmentCreationPropertiesTypeConverter))>]
type Gen1EnvironmentCreationProperties = class
    interface IGen1EnvironmentCreationProperties
    interface IJsonSerializable
Public Class Gen1EnvironmentCreationProperties
Implements IGen1EnvironmentCreationProperties
Inheritance
Gen1EnvironmentCreationProperties
Attributes
Implements

Constructors

Gen1EnvironmentCreationProperties()

Creates an new Gen1EnvironmentCreationProperties instance.

Properties

DataRetentionTime

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

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.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Gen1EnvironmentCreationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Gen1EnvironmentCreationProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IGen1EnvironmentCreationProperties.

FromJsonString(String)

Creates a new instance of Gen1EnvironmentCreationProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Gen1EnvironmentCreationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to