Gen2EnvironmentCreateOrUpdateParameters interface

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

Extends

Properties

kind

Polymorphic discriminator, which specifies the different types this object can be

privateEndpointConnections

The list of private endpoint connections to the environment. NOTE: This property will not be serialized. It can only be populated by the server.

publicNetworkAccess

This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.

storageConfiguration

The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data.

timeSeriesIdProperties

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

warmStoreConfiguration

The warm store configuration provides the details to create a warm store cache that will retain a copy of the environment's data available for faster query.

Inherited Properties

location

The location of the resource.

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.

tags

Key-value pairs of additional properties for the resource.

Property Details

kind

Polymorphic discriminator, which specifies the different types this object can be

kind: "Gen2"

Property Value

"Gen2"

privateEndpointConnections

The list of private endpoint connections to the environment. NOTE: This property will not be serialized. It can only be populated by the server.

privateEndpointConnections?: PrivateEndpointConnection[]

Property Value

publicNetworkAccess

This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.

publicNetworkAccess?: string

Property Value

string

storageConfiguration

The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data.

storageConfiguration: Gen2StorageConfigurationInput

Property Value

timeSeriesIdProperties

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

timeSeriesIdProperties: TimeSeriesIdProperty[]

Property Value

warmStoreConfiguration

The warm store configuration provides the details to create a warm store cache that will retain a copy of the environment's data available for faster query.

warmStoreConfiguration?: WarmStoreConfigurationProperties

Property Value

Inherited Property Details

location

The location of the resource.

location: string

Property Value

string

Inherited From EnvironmentCreateOrUpdateParameters.location

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.

sku: Sku

Property Value

Sku

Inherited From EnvironmentCreateOrUpdateParameters.sku

tags

Key-value pairs of additional properties for the resource.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From EnvironmentCreateOrUpdateParameters.tags