ConnectedClusterData 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.
A class representing the ConnectedCluster data model. Represents a connected cluster.
public class ConnectedClusterData : Azure.ResourceManager.Models.TrackedResourceData
type ConnectedClusterData = class
inherit TrackedResourceData
Public Class ConnectedClusterData
Inherits TrackedResourceData
- Inheritance
Constructors
ConnectedClusterData(AzureLocation, ManagedServiceIdentity, String) |
Initializes a new instance of ConnectedClusterData. |
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. |
ConnectivityStatus |
Represents the connectivity status of the connected cluster. |
Distribution |
The Kubernetes distribution running on this connected cluster. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Identity |
The identity of the connected cluster. Current supported identity types: None, SystemAssigned. |
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. |
LastConnectivityOn |
Time representing the last instance when heart beat was received from the cluster. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
ManagedIdentityCertificateExpirationOn |
Expiration time of the managed identity certificate. |
Name |
The name of the resource. (Inherited from ResourceData) |
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. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
TotalCoreCount |
Number of CPU cores present in the connected cluster resource. |
TotalNodeCount |
Number of nodes present in the connected cluster resource. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Applies to
Azure SDK for .NET