EnvironmentStateDetails Class

An object that contains the details about an environment's state.

Inheritance
msrest.serialization.Model
EnvironmentStateDetails

Constructor

EnvironmentStateDetails(*, code: str | None = None, message: str | None = None, **kwargs)

Parameters

Name Description
code
Required
str

Contains the code that represents the reason of an environment being in a particular state. Can be used to programmatically handle specific cases.

message
Required
str

A message that describes the state in detail.

Keyword-Only Parameters

Name Description
code
Required
message
Required