Gen1EnvironmentUpdateParameters Class
Parameters supplied to the Update Environment operation to update a Gen1 environment.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.timeseriesinsights.models._models_py3.EnvironmentUpdateParametersGen1EnvironmentUpdateParameters
Constructor
Gen1EnvironmentUpdateParameters(*, tags: Optional[Dict[str, str]] = None, sku: Optional[azure.mgmt.timeseriesinsights.models._models_py3.Sku] = None, data_retention_time: Optional[datetime.timedelta] = None, storage_limit_exceeded_behavior: Optional[Union[str, azure.mgmt.timeseriesinsights.models._time_series_insights_client_enums.StorageLimitExceededBehavior]] = None, **kwargs)
Parameters
A set of tags. Key-value pairs of additional properties for the environment.
- data_retention_time
- timedelta
ISO8601 timespan specifying the minimum number of days the environment's events will be available for query.
- storage_limit_exceeded_behavior
- str or StorageLimitExceededBehavior
The behavior the Time Series Insights service should take when the environment's capacity has been exceeded. If "PauseIngress" is specified, new events will not be read from the event source. If "PurgeOldData" is specified, new events will continue to be read and old events will be deleted from the environment. The default behavior is PurgeOldData. Possible values include: "PurgeOldData", "PauseIngress".
Variables
- kind
- str or EnvironmentKind
The kind of the environment.Constant filled by server. Possible values include: "Gen1", "Gen2".
Feedback
Submit and view feedback for