다음을 통해 공유


ConnectedClusterProperties Class

Definition

Properties of the connected cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.ConnectedClusterPropertiesTypeConverter))]
public class ConnectedClusterProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.IConnectedClusterProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.ConnectedClusterPropertiesTypeConverter))>]
type ConnectedClusterProperties = class
    interface IConnectedClusterProperties
    interface IJsonSerializable
Public Class ConnectedClusterProperties
Implements IConnectedClusterProperties
Inheritance
ConnectedClusterProperties
Attributes
Implements

Constructors

ConnectedClusterProperties()

Creates an new ConnectedClusterProperties instance.

Properties

AgentPublicKeyCertificate

Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.

AgentVersion

Version of the agent running on the connected cluster resource

AzureHybridBenefit

Indicates whether Azure Hybrid Benefit is opted in

ConnectivityStatus

Represents the connectivity status of the connected cluster.

Distribution

The Kubernetes distribution running on this connected cluster.

DistributionVersion

The Kubernetes distribution version on this connected cluster.

Infrastructure

The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.

KubernetesVersion

The Kubernetes version of the connected cluster resource

LastConnectivityTime

Time representing the last instance when heart beat was received from the cluster

ManagedIdentityCertificateExpirationTime

Expiration time of the managed identity certificate

MiscellaneousProperty

More properties related to the Connected Cluster

Offering

Connected cluster offering

PrivateLinkScopeResourceId

The resource id of the private link scope this connected cluster is assigned to, if any.

PrivateLinkState

Property which describes the state of private link on a connected cluster resource.

ProvisioningState

Provisioning state of the connected cluster resource.

TotalCoreCount

Number of CPU cores present in the connected cluster resource

TotalNodeCount

Number of nodes present in the connected cluster resource

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectedClusterProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectedClusterProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.IConnectedClusterProperties.

FromJsonString(String)

Creates a new instance of ConnectedClusterProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectedClusterProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to