WarmStorageEnvironmentStatus Class
An object that represents the status of warm storage on an environment.
- Inheritance
-
WarmStorageEnvironmentStatus
Constructor
WarmStorageEnvironmentStatus(*, state: Optional[Union[str, azure.mgmt.timeseriesinsights.models._time_series_insights_client_enums.WarmStoragePropertiesState]] = None, current_count: Optional[int] = None, max_count: Optional[int] = None, **kwargs)
Parameters
- state
- str or WarmStoragePropertiesState
Required
This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown". Possible values include: "Ok", "Error", "Unknown".
- current_count
- int
Required
A value that represents the number of properties used by the environment for S1/S2 SKU and number of properties used by Warm Store for PAYG SKU.
- max_count
- int
Required
A value that represents the maximum number of properties used allowed by the environment for S1/S2 SKU and maximum number of properties allowed by Warm Store for PAYG SKU.
Feedback
Submit and view feedback for