你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IngressEnvironmentStatus Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IngressEnvironmentStatusTypeConverter))]
public class IngressEnvironmentStatus : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IIngressEnvironmentStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IngressEnvironmentStatusTypeConverter))>]
type IngressEnvironmentStatus = class
    interface IIngressEnvironmentStatus
    interface IJsonSerializable
Public Class IngressEnvironmentStatus
Implements IIngressEnvironmentStatus
Inheritance
IngressEnvironmentStatus
Attributes
Implements

Constructors

IngressEnvironmentStatus()

Creates an new IngressEnvironmentStatus instance.

Properties

State

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

StateDetailCode

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

StateDetailMessage

A message that describes the state in detail.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IngressEnvironmentStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IngressEnvironmentStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IIngressEnvironmentStatus.

FromJsonString(String)

Creates a new instance of IngressEnvironmentStatus, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of IngressEnvironmentStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to