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

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

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

Authentication configuration for the management of Azure resources.

Inheritance

object > AzureServicesAuthentication

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

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