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

Gen2EnvironmentUpdateParameters Class

Definition

Parameters supplied to the Update Environment operation to update a Gen2 environment.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen2EnvironmentUpdateParametersTypeConverter))]
public class Gen2EnvironmentUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IGen2EnvironmentUpdateParameters, Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen2EnvironmentUpdateParametersTypeConverter))>]
type Gen2EnvironmentUpdateParameters = class
    interface IGen2EnvironmentUpdateParameters
    interface IJsonSerializable
    interface IEnvironmentUpdateParameters
    interface IValidates
Public Class Gen2EnvironmentUpdateParameters
Implements IGen2EnvironmentUpdateParameters, IValidates
Inheritance
Gen2EnvironmentUpdateParameters
Attributes
Implements

Constructors

Gen2EnvironmentUpdateParameters()

Creates an new Gen2EnvironmentUpdateParameters instance.

Properties

StorageConfigurationManagementKey

The value of the management key that grants the Time Series Insights service write access to the storage account. This property is not shown in environment responses.

Tag

Key-value pairs of additional properties for the environment.

WarmStoreConfigurationDataRetention

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Gen2EnvironmentUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Gen2EnvironmentUpdateParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Gen2EnvironmentUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to