你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Gen1EnvironmentUpdateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters supplied to the Update Environment operation to update a Gen1 environment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen1EnvironmentUpdateParametersTypeConverter))]
public class Gen1EnvironmentUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IGen1EnvironmentUpdateParameters, Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen1EnvironmentUpdateParametersTypeConverter))>]
type Gen1EnvironmentUpdateParameters = class
interface IGen1EnvironmentUpdateParameters
interface IJsonSerializable
interface IEnvironmentUpdateParameters
interface IValidates
Public Class Gen1EnvironmentUpdateParameters
Implements IGen1EnvironmentUpdateParameters, IValidates
- Inheritance
-
Gen1EnvironmentUpdateParameters
- Attributes
- Implements
Constructors
Gen1EnvironmentUpdateParameters() |
Creates an new Gen1EnvironmentUpdateParameters instance. |
Properties
DataRetentionTime |
ISO8601 timespan specifying the minimum number of days the environment's events will be available for query. |
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 environment. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Gen1EnvironmentUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Gen1EnvironmentUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IGen1EnvironmentUpdateParameters. |
FromJsonString(String) |
Creates a new instance of Gen1EnvironmentUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of Gen1EnvironmentUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |