public sealed class AzureServicesAuthentication : IMessage<AzureServicesAuthentication>, IEquatable<AzureServicesAuthentication>, IDeepCloneable<AzureServicesAuthentication>, IBufferMessage, IMessageReference documentation and code samples for the Anthos Multi-Cloud v1 API class AzureServicesAuthentication.
Authentication configuration for the management of Azure resources.
Implements
IMessageAzureServicesAuthentication, IEquatableAzureServicesAuthentication, IDeepCloneableAzureServicesAuthentication, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AzureServicesAuthentication()
public AzureServicesAuthentication()AzureServicesAuthentication(AzureServicesAuthentication)
public AzureServicesAuthentication(AzureServicesAuthentication other)| Parameter | |
|---|---|
| Name | Description |
other |
AzureServicesAuthentication |
Properties
ApplicationId
public string ApplicationId { get; set; }Required. The Azure Active Directory Application ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TenantId
public string TenantId { get; set; }Required. The Azure Active Directory Tenant ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|