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

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

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

Managed Azure resources for the cluster.

The values could change and be empty, depending on the state of the cluster.

Inheritance

object > AzureClusterResources

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AzureClusterResources()

public AzureClusterResources()

AzureClusterResources(AzureClusterResources)

public AzureClusterResources(AzureClusterResources other)
Parameter
NameDescription
otherAzureClusterResources

Properties

ControlPlaneApplicationSecurityGroupId

public string ControlPlaneApplicationSecurityGroupId { get; set; }

Output only. The ARM ID of the control plane application security group.

Property Value
TypeDescription
string

NetworkSecurityGroupId

public string NetworkSecurityGroupId { get; set; }

Output only. The ARM ID of the cluster network security group.

Property Value
TypeDescription
string