public MapField<string, string> Annotations { get; }
Optional. Annotations on the cluster.
This field has the same restrictions as Kubernetes annotations.
The total size of all keys and values combined is limited to 256k.
Keys can have 2 segments: prefix (optional) and name (required),
separated by a slash (/).
Prefix must be a DNS subdomain.
Name must be 63 characters or less, begin and end with alphanumerics,
with dashes (-), underscores (_), dots (.), and alphanumerics between.
Optional. Name of the
[AzureClient][google.cloud.gkemulticloud.v1.AzureClient] that contains
authentication configuration for how the Anthos Multi-Cloud API connects to
Azure APIs.
Either azure_client or azure_services_authentication should be provided.
The AzureClient resource must reside on the same Google Cloud Platform
project and region as the AzureCluster.
AzureClient names are formatted as
projects/<project-number>/locations/<region>/azureClients/<client-id>.
See Resource Names
for more details on Google Cloud resource names.
Required. The Azure region where the cluster runs.
Each Google Cloud region supports a subset of nearby Azure regions.
You can call
[GetAzureServerConfig][google.cloud.gkemulticloud.v1.AzureClusters.GetAzureServerConfig]
to list all supported Azure regions within a given Google Cloud region.
Required. The ARM ID of the resource group where the cluster resources are
deployed. For example:
/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eAzureCluster\u003c/code\u003e class represents an Anthos cluster running on Azure, providing a managed Kubernetes environment integrated with Google Cloud.\u003c/p\u003e\n"],["\u003cp\u003eThis class offers configuration options for Azure-specific settings, including networking, control plane details, and authentication through either \u003ccode\u003eAzureClient\u003c/code\u003e or \u003ccode\u003eAzureServicesAuthentication\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAzureCluster\u003c/code\u003e supports various properties like annotations, logging, monitoring, and RBAC settings, and is identifiable by a unique name and identifier, while exposing information about its state and endpoint.\u003c/p\u003e\n"],["\u003cp\u003eThe API provides versioning, with version 2.8.0 being the latest, and lists various previous versions for reference.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAzureCluster\u003c/code\u003e class implements several interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e, indicating its capabilities for message processing, equality comparisons, and deep cloning.\u003c/p\u003e\n"]]],[],null,["# Anthos Multi-Cloud v1 API - Class AzureCluster (2.8.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.8.0 (latest)](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/latest/Google.Cloud.GkeMultiCloud.V1.AzureCluster)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.7.0/Google.Cloud.GkeMultiCloud.V1.AzureCluster)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.6.0/Google.Cloud.GkeMultiCloud.V1.AzureCluster)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.5.0/Google.Cloud.GkeMultiCloud.V1.AzureCluster)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.4.0/Google.Cloud.GkeMultiCloud.V1.AzureCluster)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.3.0/Google.Cloud.GkeMultiCloud.V1.AzureCluster)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.2.0/Google.Cloud.GkeMultiCloud.V1.AzureCluster)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.1.0/Google.Cloud.GkeMultiCloud.V1.AzureCluster)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.0.0/Google.Cloud.GkeMultiCloud.V1.AzureCluster)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/1.0.0-beta01/Google.Cloud.GkeMultiCloud.V1.AzureCluster) \n\n public sealed class AzureCluster : IMessage\u003cAzureCluster\u003e, IEquatable\u003cAzureCluster\u003e, IDeepCloneable\u003cAzureCluster\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Anthos Multi-Cloud v1 API class AzureCluster.\n\nAn Anthos cluster running on Azure. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AzureCluster \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[AzureCluster](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/latest/Google.Cloud.GkeMultiCloud.V1.AzureCluster), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[AzureCluster](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/latest/Google.Cloud.GkeMultiCloud.V1.AzureCluster), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[AzureCluster](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/latest/Google.Cloud.GkeMultiCloud.V1.AzureCluster), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.GkeMultiCloud.V1](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/latest/Google.Cloud.GkeMultiCloud.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.GkeMultiCloud.V1.dll\n\nConstructors\n------------\n\n### AzureCluster()\n\n public AzureCluster()\n\n### AzureCluster(AzureCluster)\n\n public AzureCluster(AzureCluster other)\n\nProperties\n----------\n\n### Annotations\n\n public MapField\u003cstring, string\u003e Annotations { get; }\n\nOptional. Annotations on the cluster.\n\nThis field has the same restrictions as Kubernetes annotations.\nThe total size of all keys and values combined is limited to 256k.\nKeys can have 2 segments: prefix (optional) and name (required),\nseparated by a slash (/).\nPrefix must be a DNS subdomain.\nName must be 63 characters or less, begin and end with alphanumerics,\nwith dashes (-), underscores (_), dots (.), and alphanumerics between.\n\n### Authorization\n\n public AzureAuthorization Authorization { get; set; }\n\nRequired. Configuration related to the cluster RBAC settings.\n\n### AzureClient\n\n public string AzureClient { get; set; }\n\nOptional. Name of the\n\\[AzureClient\\]\\[google.cloud.gkemulticloud.v1.AzureClient\\] that contains\nauthentication configuration for how the Anthos Multi-Cloud API connects to\nAzure APIs.\n\nEither azure_client or azure_services_authentication should be provided.\n\nThe `AzureClient` resource must reside on the same Google Cloud Platform\nproject and region as the `AzureCluster`.\n\n`AzureClient` names are formatted as\n`projects/\u003cproject-number\u003e/locations/\u003cregion\u003e/azureClients/\u003cclient-id\u003e`.\n\nSee [Resource Names](https://cloud.google.com/apis/design/resource_names)\nfor more details on Google Cloud resource names.\n\n### AzureClusterName\n\n public AzureClusterName AzureClusterName { get; set; }\n\n[AzureClusterName](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/latest/Google.Cloud.GkeMultiCloud.V1.AzureClusterName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/latest/Google.Cloud.GkeMultiCloud.V1.AzureCluster#Google_Cloud_GkeMultiCloud_V1_AzureCluster_Name) resource name property.\n\n### AzureRegion\n\n public string AzureRegion { get; set; }\n\nRequired. The Azure region where the cluster runs.\n\nEach Google Cloud region supports a subset of nearby Azure regions.\nYou can call\n\\[GetAzureServerConfig\\]\\[google.cloud.gkemulticloud.v1.AzureClusters.GetAzureServerConfig\\]\nto list all supported Azure regions within a given Google Cloud region.\n\n### AzureServicesAuthentication\n\n public AzureServicesAuthentication AzureServicesAuthentication { get; set; }\n\nOptional. Authentication configuration for management of Azure resources.\n\nEither azure_client or azure_services_authentication should be provided.\n\n### ClusterCaCertificate\n\n public string ClusterCaCertificate { get; set; }\n\nOutput only. PEM encoded x509 certificate of the cluster root of trust.\n\n### ControlPlane\n\n public AzureControlPlane ControlPlane { get; set; }\n\nRequired. Configuration related to the cluster control plane.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The time at which this cluster was created.\n\n### Description\n\n public string Description { get; set; }\n\nOptional. A human readable description of this cluster.\nCannot be longer than 255 UTF-8 encoded bytes.\n\n### Endpoint\n\n public string Endpoint { get; set; }\n\nOutput only. The endpoint of the cluster's API server.\n\n### Errors\n\n public RepeatedField\u003cAzureClusterError\u003e Errors { get; }\n\nOutput only. A set of errors found in the cluster.\n\n### Etag\n\n public string Etag { get; set; }\n\nAllows clients to perform consistent read-modify-writes\nthrough optimistic concurrency control.\n\nCan be sent on update and delete requests to ensure the\nclient has an up-to-date value before proceeding.\n\n### Fleet\n\n public Fleet Fleet { get; set; }\n\nRequired. Fleet configuration.\n\n### LoggingConfig\n\n public LoggingConfig LoggingConfig { get; set; }\n\nOptional. Logging configuration for this cluster.\n\n### ManagedResources\n\n public AzureClusterResources ManagedResources { get; set; }\n\nOutput only. Managed Azure resources for this cluster.\n\n### MonitoringConfig\n\n public MonitoringConfig MonitoringConfig { get; set; }\n\nOptional. Monitoring configuration for this cluster.\n\n### Name\n\n public string Name { get; set; }\n\nThe name of this resource.\n\nCluster names are formatted as\n`projects/\u003cproject-number\u003e/locations/\u003cregion\u003e/azureClusters/\u003ccluster-id\u003e`.\n\nSee [Resource Names](https://cloud.google.com/apis/design/resource_names)\nfor more details on Google Cloud Platform resource names.\n\n### Networking\n\n public AzureClusterNetworking Networking { get; set; }\n\nRequired. Cluster-wide networking configuration.\n\n### Reconciling\n\n public bool Reconciling { get; set; }\n\nOutput only. If set, there are currently changes in flight to the cluster.\n\n### ResourceGroupId\n\n public string ResourceGroupId { get; set; }\n\nRequired. The ARM ID of the resource group where the cluster resources are\ndeployed. For example:\n`/subscriptions/\u003csubscription-id\u003e/resourceGroups/\u003cresource-group-name\u003e`\n\n### State\n\n public AzureCluster.Types.State State { get; set; }\n\nOutput only. The current state of the cluster.\n\n### Uid\n\n public string Uid { get; set; }\n\nOutput only. A globally unique identifier for the cluster.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. The time at which this cluster was last updated.\n\n### WorkloadIdentityConfig\n\n public WorkloadIdentityConfig WorkloadIdentityConfig { get; set; }\n\nOutput only. Workload Identity settings."]]