Delen via


KubernetesClusterFeatureProperties Class

Definition

KubernetesClusterFeatureProperties represents the properties of a Kubernetes cluster feature.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KubernetesClusterFeaturePropertiesTypeConverter))]
public class KubernetesClusterFeatureProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesClusterFeatureProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KubernetesClusterFeaturePropertiesTypeConverter))>]
type KubernetesClusterFeatureProperties = class
    interface IKubernetesClusterFeatureProperties
    interface IJsonSerializable
Public Class KubernetesClusterFeatureProperties
Implements IKubernetesClusterFeatureProperties
Inheritance
KubernetesClusterFeatureProperties
Attributes
Implements

Constructors

KubernetesClusterFeatureProperties()

Creates an new KubernetesClusterFeatureProperties instance.

Properties

AvailabilityLifecycle

The lifecycle indicator of the feature.

DetailedStatus

The detailed status of the feature.

DetailedStatusMessage

The descriptive message for the detailed status of the feature.

Option

The configured options for the feature.

ProvisioningState

The provisioning state of the Kubernetes cluster feature.

Required

The indicator of if the feature is required or optional. Optional features may be deleted by the user, while required features are managed with the kubernetes cluster lifecycle.

Version

The version of the feature.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KubernetesClusterFeatureProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KubernetesClusterFeatureProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesClusterFeatureProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of KubernetesClusterFeatureProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to