Compartir a través de


KubernetesClusterFeature Class

Definition

KubernetesClusterFeature represents the feature of a Kubernetes cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KubernetesClusterFeatureTypeConverter))]
public class KubernetesClusterFeature : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesClusterFeature, Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KubernetesClusterFeatureTypeConverter))>]
type KubernetesClusterFeature = class
    interface IKubernetesClusterFeature
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
    interface IValidates
Public Class KubernetesClusterFeature
Implements IKubernetesClusterFeature, IValidates
Inheritance
KubernetesClusterFeature
Attributes
Implements

Constructors

KubernetesClusterFeature()

Creates an new KubernetesClusterFeature 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.

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Location

The geo-location where the resource lives

Name

The name of the resource

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.

ResourceGroupName

Gets the resource group name

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Version

The version of the feature.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KubernetesClusterFeature.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KubernetesClusterFeature.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of KubernetesClusterFeature into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to