ConnectedClusterProperties 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 of the connected cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.ConnectedClusterPropertiesTypeConverter))]
public class ConnectedClusterProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.IConnectedClusterProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.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
AadProfileAdminGroupObjectID |
The list of AAD group object IDs that will have admin role of the cluster. |
AadProfileEnableAzureRbac |
Whether to enable Azure RBAC for Kubernetes authorization. |
AadProfileTenantId |
The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription. |
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 |
ArcAgentProfileAgentAutoUpgrade |
Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled. |
ArcAgentProfileAgentError |
List of arc agentry and system components errors on the cluster resource. |
ArcAgentProfileAgentState |
Represents the current state of the Arc agentry and its dependent components. |
ArcAgentProfileDesiredAgentVersion |
Version of the Arc agents to be installed on the cluster resource |
ArcAgentProfileSystemComponent |
List of system extensions that are installed on the cluster resource. |
ArcAgentryConfiguration |
Configuration settings for customizing the behavior of the connected cluster. |
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. |
GatewayEnabled |
Indicates whether the gateway for arc router connectivity is enabled. |
GatewayResourceId |
The resource ID of the gateway used for the Arc router feature. |
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 |
OidcIssuerProfileEnabled |
Whether to enable oidc issuer for workload identity integration. |
OidcIssuerProfileIssuerUrl |
The issuer url for hybrid clusters connected to Arc used for the workload identity feature. |
OidcIssuerProfileSelfHostedIssuerUrl |
The issuer url for public cloud clusters - AKS, EKS, GKE - used for the workload identity feature. |
PrivateLinkScopeResourceId |
This is populated only if privateLinkState is enabled. 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 |
WorkloadIdentityEnabled |
Whether to enable or disable the workload identity Webhook |
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.Api20240715Preview.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() |