IngressEnvironmentStatus Class

An object that represents the status of ingress on an environment.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
msrest.serialization.Model
IngressEnvironmentStatus

Constructor

IngressEnvironmentStatus(*, state: str | IngressState | None = None, **kwargs)

Parameters

Name Description
state
Required

This string represents the state of ingress operations on an environment. It can be "Disabled", "Ready", "Running", "Paused" or "Unknown". Possible values include: "Disabled", "Ready", "Running", "Paused", "Unknown".

Keyword-Only Parameters

Name Description
state
Required

Variables

Name Description
state_details

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