Gen2EnvironmentCreateOrUpdateParameters Class
Parameters supplied to the Create or Update Environment operation for a Gen2 environment.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.timeseriesinsights.models._models_py3.EnvironmentCreateOrUpdateParametersGen2EnvironmentCreateOrUpdateParameters
Constructor
Gen2EnvironmentCreateOrUpdateParameters(*, location: str, sku: azure.mgmt.timeseriesinsights.models._models_py3.Sku, time_series_id_properties: List[azure.mgmt.timeseriesinsights.models._models_py3.TimeSeriesIdProperty], storage_configuration: azure.mgmt.timeseriesinsights.models._models_py3.Gen2StorageConfigurationInput, tags: Optional[Dict[str, str]] = None, warm_store_configuration: Optional[azure.mgmt.timeseriesinsights.models._models_py3.WarmStoreConfigurationProperties] = None, **kwargs)
Parameters
A set of tags. Key-value pairs of additional properties for the resource.
- kind
- str or EnvironmentKind
Required. The kind of the environment.Constant filled by server. Possible values include: "Gen1", "Gen2".
- sku
- Sku
Required. 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.
- time_series_id_properties
- list[TimeSeriesIdProperty]
Required. The list of event properties which will be used to define the environment's time series id.
- storage_configuration
- Gen2StorageConfigurationInput
Required. 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.
- warm_store_configuration
- WarmStoreConfigurationProperties
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.
Feedback
Submit and view feedback for