Share via


IGen2EnvironmentCreateOrUpdateParameters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen2EnvironmentCreateOrUpdateParametersTypeConverter))]
public interface IGen2EnvironmentCreateOrUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEnvironmentCreateOrUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen2EnvironmentCreateOrUpdateParametersTypeConverter))>]
type IGen2EnvironmentCreateOrUpdateParameters = interface
    interface IJsonSerializable
    interface IEnvironmentCreateOrUpdateParameters
    interface ICreateOrUpdateTrackedResourceProperties
Public Interface IGen2EnvironmentCreateOrUpdateParameters
Implements IEnvironmentCreateOrUpdateParameters
Derived
Attributes
Implements

Properties

Kind

The kind of the environment.

(Inherited from IEnvironmentCreateOrUpdateParameters)
Location

The location of the resource.

(Inherited from ICreateOrUpdateTrackedResourceProperties)
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.

(Inherited from IEnvironmentCreateOrUpdateParameters)
SkuName

The name of this SKU.

(Inherited from IEnvironmentCreateOrUpdateParameters)
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.

(Inherited from ICreateOrUpdateTrackedResourceProperties)
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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to