Class GetAzureClientRequest (1.0.0-beta01)

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

Request message for AzureClusters.GetAzureClient method.

Inheritance

Object > GetAzureClientRequest

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

GetAzureClientRequest()

public GetAzureClientRequest()

GetAzureClientRequest(GetAzureClientRequest)

public GetAzureClientRequest(GetAzureClientRequest other)
Parameter
NameDescription
otherGetAzureClientRequest

Properties

AzureClientName

public AzureClientName AzureClientName { get; set; }

AzureClientName-typed view over the Name resource name property.

Property Value
TypeDescription
AzureClientName

Name

public string Name { get; set; }

Required. The name of the [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource to describe.

[AzureClient][google.cloud.gkemulticloud.v1.AzureClient] names are formatted as projects/&lt;project-id>/locations/&lt;region>/azureClients/&lt;client-id>.

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

Property Value
TypeDescription
String