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

Gen2EnvironmentCreateOrUpdateParameters Class

Definition

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

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

Constructors

Gen2EnvironmentCreateOrUpdateParameters()

Creates an new Gen2EnvironmentCreateOrUpdateParameters instance.

Properties

Kind

The kind of the environment.

Location

The location of the resource.

Property

Properties used to create a Gen2 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.

StorageConfigurationAccountName

The name of the storage account that will hold the environment's Gen2 data.

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

TimeSeriesIdProperty

The list of event properties which will be used to define the environment's time series id.

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Gen2EnvironmentCreateOrUpdateParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Gen2EnvironmentCreateOrUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to