Gen2EnvironmentResourceProperties Class
Properties of the Gen2 environment.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.timeseriesinsights.models._models_py3.EnvironmentResourcePropertiesGen2EnvironmentResourceProperties
Constructor
Gen2EnvironmentResourceProperties(*, time_series_id_properties: List[azure.mgmt.timeseriesinsights.models._models_py3.TimeSeriesIdProperty], storage_configuration: azure.mgmt.timeseriesinsights.models._models_py3.Gen2StorageConfigurationOutput, warm_store_configuration: Optional[azure.mgmt.timeseriesinsights.models._models_py3.WarmStoreConfigurationProperties] = None, **kwargs)
Parameters
- 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
- Gen2StorageConfigurationOutput
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.
Variables
- provisioning_state
- str or ProvisioningState
Provisioning state of the resource. Possible values include: "Accepted", "Creating", "Updating", "Succeeded", "Failed", "Deleting".
- creation_time
- datetime
The time the resource was created.
- data_access_id
- str
An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
- data_access_fqdn
- str
The fully qualified domain name used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
- status
- EnvironmentStatus
An object that represents the status of the environment, and its internal state in the Time Series Insights service.
Feedback
Submit and view feedback for