KubernetesClusterFeaturePatchParameters 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.
KubernetesClusterFeaturePatchParameters represents the body of the request to patch the Kubernetes cluster feature.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KubernetesClusterFeaturePatchParametersTypeConverter))]
public class KubernetesClusterFeaturePatchParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesClusterFeaturePatchParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KubernetesClusterFeaturePatchParametersTypeConverter))>]
type KubernetesClusterFeaturePatchParameters = class
interface IKubernetesClusterFeaturePatchParameters
interface IJsonSerializable
Public Class KubernetesClusterFeaturePatchParameters
Implements IKubernetesClusterFeaturePatchParameters
- Inheritance
-
KubernetesClusterFeaturePatchParameters
- Attributes
- Implements
Constructors
KubernetesClusterFeaturePatchParameters() |
Creates an new KubernetesClusterFeaturePatchParameters instance. |
Properties
Option |
The configured options for the feature. |
Tag |
The Azure resource tags that will replace the existing ones. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of KubernetesClusterFeaturePatchParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of KubernetesClusterFeaturePatchParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesClusterFeaturePatchParameters. |
FromJsonString(String) |
Creates a new instance of KubernetesClusterFeaturePatchParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of KubernetesClusterFeaturePatchParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |