Anthos Multi-Cloud v1 API - Class AzureClient (2.6.0)

public sealed class AzureClient : IMessage<AzureClient>, IEquatable<AzureClient>, IDeepCloneable<AzureClient>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AzureClient.

AzureClient resources hold client authentication information needed by the Anthos Multi-Cloud API to manage Azure resources on your Azure subscription.

When an [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] is created, an AzureClient resource needs to be provided and all operations on Azure resources associated to that cluster will authenticate to Azure services using the given client.

AzureClient resources are immutable and cannot be modified upon creation.

Each AzureClient resource is bound to a single Azure Active Directory Application and tenant.

Inheritance

object > AzureClient

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AzureClient()

public AzureClient()

AzureClient(AzureClient)

public AzureClient(AzureClient other)
Parameter
Name Description
other AzureClient

Properties

Annotations

public MapField<string, string> Annotations { get; }

Optional. Annotations on the resource.

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.

Property Value
Type Description
MapFieldstringstring

ApplicationId

public string ApplicationId { get; set; }

Required. The Azure Active Directory Application ID.

Property Value
Type Description
string

AzureClientName

public AzureClientName AzureClientName { get; set; }

AzureClientName-typed view over the Name resource name property.

Property Value
Type Description
AzureClientName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time at which this resource was created.

Property Value
Type Description
Timestamp

Name

public string Name { get; set; }

The name of this resource.

AzureClient resource names are formatted as projects/<project-number>/locations/<region>/azureClients/<client-id>.

See Resource Names for more details on Google Cloud resource names.

Property Value
Type Description
string

PemCertificate

public string PemCertificate { get; set; }

Output only. The PEM encoded x509 certificate.

Property Value
Type Description
string

Reconciling

public bool Reconciling { get; set; }

Output only. If set, there are currently pending changes to the client.

Property Value
Type Description
bool

TenantId

public string TenantId { get; set; }

Required. The Azure Active Directory Tenant ID.

Property Value
Type Description
string

Uid

public string Uid { get; set; }

Output only. A globally unique identifier for the client.

Property Value
Type Description
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time at which this client was last updated.

Property Value
Type Description
Timestamp