ConnectedClusterPatch 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.
Object containing updates for patch operations.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.ConnectedClusterPatchTypeConverter))]
public class ConnectedClusterPatch : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.IConnectedClusterPatch
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.ConnectedClusterPatchTypeConverter))>]
type ConnectedClusterPatch = class
interface IConnectedClusterPatch
interface IJsonSerializable
Public Class ConnectedClusterPatch
Implements IConnectedClusterPatch
- Inheritance
-
ConnectedClusterPatch
- Attributes
- Implements
Constructors
ConnectedClusterPatch() |
Creates an new ConnectedClusterPatch 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. |
Tag |
Resource tags. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConnectedClusterPatch. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConnectedClusterPatch. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.IConnectedClusterPatch. |
FromJsonString(String) |
Creates a new instance of ConnectedClusterPatch, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConnectedClusterPatch into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |