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

Gen1EnvironmentMutableProperties Class

Definition

An object that represents a set of mutable Gen1 environment resource properties.

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

Constructors

Gen1EnvironmentMutableProperties()

Creates an new Gen1EnvironmentMutableProperties instance.

Properties

DataRetentionTime

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

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 Gen1EnvironmentMutableProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Gen1EnvironmentMutableProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Gen1EnvironmentMutableProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to