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
IngressEnvironmentStatus

Constructor

IngressEnvironmentStatus(*, state: Optional[Union[str, azure.mgmt.timeseriesinsights.models._time_series_insights_client_enums.IngressState]] = None, **kwargs)

Parameters

state
str or IngressState
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".

Variables

state_details
EnvironmentStateDetails

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