次の方法で共有


FeatureStatus Class

Definition

FeatureStatus contains information regarding a Kubernetes cluster feature.

public class FeatureStatus
public class FeatureStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.FeatureStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.FeatureStatus>
type FeatureStatus = class
type FeatureStatus = class
    interface IJsonModel<FeatureStatus>
    interface IPersistableModel<FeatureStatus>
Public Class FeatureStatus
Public Class FeatureStatus
Implements IJsonModel(Of FeatureStatus), IPersistableModel(Of FeatureStatus)
Inheritance
FeatureStatus
Implements

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FeatureStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FeatureStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FeatureStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FeatureStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FeatureStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to