IKubernetesClusterFeatureProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KubernetesClusterFeaturePropertiesTypeConverter))]
public interface IKubernetesClusterFeatureProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KubernetesClusterFeaturePropertiesTypeConverter))>]
type IKubernetesClusterFeatureProperties = interface
interface IJsonSerializable
Public Interface IKubernetesClusterFeatureProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |