Class AzureClusterResources (1.0.0-beta01)

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

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