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

Gen1EnvironmentCreateOrUpdateParameters Class

Definition

Parameters supplied to the Create or Update Environment operation for a Gen1 environment.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen1EnvironmentCreateOrUpdateParametersTypeConverter))]
public class Gen1EnvironmentCreateOrUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IGen1EnvironmentCreateOrUpdateParameters, Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen1EnvironmentCreateOrUpdateParametersTypeConverter))>]
type Gen1EnvironmentCreateOrUpdateParameters = class
    interface IGen1EnvironmentCreateOrUpdateParameters
    interface IJsonSerializable
    interface IEnvironmentCreateOrUpdateParameters
    interface ICreateOrUpdateTrackedResourceProperties
    interface IValidates
Public Class Gen1EnvironmentCreateOrUpdateParameters
Implements IGen1EnvironmentCreateOrUpdateParameters, IValidates
Inheritance
Gen1EnvironmentCreateOrUpdateParameters
Attributes
Implements

Constructors

Gen1EnvironmentCreateOrUpdateParameters()

Creates an new Gen1EnvironmentCreateOrUpdateParameters instance.

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.

Location

The location of the resource.

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.

Property

Properties used to create a Gen1 environment.

Sku

The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate.

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Gen1EnvironmentCreateOrUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Gen1EnvironmentCreateOrUpdateParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Gen1EnvironmentCreateOrUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to