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

FeatureStatus Class

Definition

FeatureStatus contains information regarding a Kubernetes cluster feature.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.FeatureStatusTypeConverter))]
public class FeatureStatus : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IFeatureStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.FeatureStatusTypeConverter))>]
type FeatureStatus = class
    interface IFeatureStatus
    interface IJsonSerializable
Public Class FeatureStatus
Implements IFeatureStatus
Inheritance
FeatureStatus
Attributes
Implements

Constructors

FeatureStatus()

Creates an new FeatureStatus instance.

Properties

DetailedStatus

The status representing the state of this feature.

DetailedStatusMessage

The descriptive message about the current detailed status.

Name

The name of the feature.

Version

The version of the feature.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FeatureStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FeatureStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IFeatureStatus.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FeatureStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to