public sealed class ReplicaPlacement : IMessage<ReplicaPlacement>, IEquatable<ReplicaPlacement>, IDeepCloneable<ReplicaPlacement>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class ReplicaPlacement.
Configuration for the placement of a control plane replica.
Required. For a given replica, the ARM ID of the subnet where the control
plane VM is deployed. Make sure it's a subnet under the virtual network in
the cluster configuration.
[[["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-04-09 UTC."],[[["The `ReplicaPlacement` class in the Anthos Multi-Cloud v1 API provides configuration for the placement of a control plane replica, specifically within the context of Azure environments."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with various .NET functionalities for object management."],["`ReplicaPlacement` has properties `AzureAvailabilityZone` and `SubnetId`, which are both required and used to specify where to provision the control plane VM and ETCD disk, as well as the subnet for the control plane VM."],["The latest version of this is 2.8.0 and the document presents version 2.6.0 of the `ReplicaPlacement` class along with a list of previous versions."]]],[]]