다음을 통해 공유


ConnectedClusterPatchProperties Class

Definition

Properties which can be patched on the connected cluster resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.ConnectedClusterPatchPropertiesTypeConverter))]
public class ConnectedClusterPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.IConnectedClusterPatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.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.Api20221001Preview.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()

Applies to