WarmStorageEnvironmentStatus Class

An object that represents the status of warm storage on an environment.

Inheritance
msrest.serialization.Model
WarmStorageEnvironmentStatus

Constructor

WarmStorageEnvironmentStatus(*, state: str | WarmStoragePropertiesState | None = None, current_count: int | None = None, max_count: int | None = None, **kwargs)

Parameters

Name Description
state
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
Required
int

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
Required
int

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.

Keyword-Only Parameters

Name Description
state
Required
current_count
Required
max_count
Required