ConnectedClusterPatchProperties 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.
Properties which can be patched on the connected cluster resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.ConnectedClusterPatchPropertiesTypeConverter))]
public class ConnectedClusterPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.IConnectedClusterPatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.ConnectedClusterPatchPropertiesTypeConverter))>]
type ConnectedClusterPatchProperties = class
interface IConnectedClusterPatchProperties
interface IJsonSerializable
Public Class ConnectedClusterPatchProperties
Implements IConnectedClusterPatchProperties
- Inheritance
-
ConnectedClusterPatchProperties
- Attributes
- Implements
Constructors
ConnectedClusterPatchProperties() |
Creates an new ConnectedClusterPatchProperties instance. |
Properties
AzureHybridBenefit |
Indicates whether Azure Hybrid Benefit is opted in |
Distribution |
Represents the distribution of the connected cluster |
DistributionVersion |
Represents the Kubernetes distribution version on this connected cluster. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConnectedClusterPatchProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConnectedClusterPatchProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.IConnectedClusterPatchProperties. |
FromJsonString(String) |
Creates a new instance of ConnectedClusterPatchProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConnectedClusterPatchProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |