KubernetesClusterFeatureList 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.
KubernetesClusterFeatureList represents the list of Kubernetes cluster feature resources.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KubernetesClusterFeatureListTypeConverter))]
public class KubernetesClusterFeatureList : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesClusterFeatureList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KubernetesClusterFeatureListTypeConverter))>]
type KubernetesClusterFeatureList = class
interface IKubernetesClusterFeatureList
interface IJsonSerializable
Public Class KubernetesClusterFeatureList
Implements IKubernetesClusterFeatureList
- Inheritance
-
KubernetesClusterFeatureList
- Attributes
- Implements
Constructors
KubernetesClusterFeatureList() |
Creates an new KubernetesClusterFeatureList instance. |
Properties
NextLink |
The link used to get the next page of operations. |
Value |
The list of Kubernetes cluster features. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of KubernetesClusterFeatureList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of KubernetesClusterFeatureList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesClusterFeatureList. |
FromJsonString(String) |
Creates a new instance of KubernetesClusterFeatureList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of KubernetesClusterFeatureList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |