FeatureStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |