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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `AzureClusterResources` class within the `Google.Cloud.GkeMultiCloud.V1` namespace, providing information on managed Azure resources for a cluster."],["The latest version available is 2.8.0, with several previous versions listed, starting from 1.0.0-beta01."],["`AzureClusterResources` class is sealed and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes output-only properties for `ControlPlaneApplicationSecurityGroupId` and `NetworkSecurityGroupId`, both returning string values representing ARM IDs."],["The `AzureClusterResources` class is made to handle the managed Azure resources for a cluster, which can be empty or have their values changed depending on the state of the cluster."]]],[]]