public sealed class LinkedRouterApplianceInstances : IMessage<LinkedRouterApplianceInstances>, IEquatable<LinkedRouterApplianceInstances>, IDeepCloneable<LinkedRouterApplianceInstances>, IBufferMessage, IMessage
A collection of router appliance instances. If you have multiple router
appliance instances connected to the same site, they should all be attached
to the same spoke.
A value that controls whether site-to-site data transfer is enabled for
these resources. This field is set to false by default, but you must set it
to true. Note that data transfer is available only in supported locations.
[[["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-24 UTC."],[[["This webpage details the `LinkedRouterApplianceInstances` class, which is a collection of router appliance instances, all of which should be connected to the same spoke if they share a site."],["The latest version of this class is 2.9.0, and the page provides access to documentation for versions ranging from 1.0.0 to 2.9.0."],["The `LinkedRouterApplianceInstances` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Instances`, which holds a list of `RouterApplianceInstance`, and `SiteToSiteDataTransfer`, which is a boolean value determining if site-to-site data transfer is allowed."],["The `LinkedRouterApplianceInstances` class has two constructors, one of which takes in another `LinkedRouterApplianceInstances` as a parameter, and the other which takes in nothing."]]],[]]