Anthos Multi-Cloud v1 API - Class AzureClusterGroup (2.5.0)

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

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

Identities of a group-type subject for Azure clusters.

Inheritance

object > AzureClusterGroup

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AzureClusterGroup()

public AzureClusterGroup()

AzureClusterGroup(AzureClusterGroup)

public AzureClusterGroup(AzureClusterGroup other)
Parameter
NameDescription
otherAzureClusterGroup

Properties

Group

public string Group { get; set; }

Required. The name of the group, e.g. my-group@domain.com.

Property Value
TypeDescription
string