public sealed class PolicyBasedRoute.Types.VirtualMachine : IMessage<PolicyBasedRoute.Types.VirtualMachine>, IEquatable<PolicyBasedRoute.Types.VirtualMachine>, IDeepCloneable<PolicyBasedRoute.Types.VirtualMachine>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1 API class PolicyBasedRoute.Types.VirtualMachine.
VM instances to which this policy based route applies to.
Optional. A list of VM instance tags to which this policy based route
applies to. VM instances that have ANY of tags specified here will
install this PBR.
[[["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."],[[["The page provides reference documentation for the `PolicyBasedRoute.Types.VirtualMachine` class within the Network Connectivity v1 API."],["This class is used to define the VM instances to which a policy-based route will apply, with version 2.9.0 being the latest, and the versions ranging from 1.0.0 to 2.9.0 being documented here."],["The `VirtualMachine` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, offering methods for deep cloning and other functionalities."],["The `VirtualMachine` class has a `Tags` property, which is a list of VM instance tags, where matching instances will have the policy based route installed."],["The class provides two constructors, `VirtualMachine()` and `VirtualMachine(PolicyBasedRoute.Types.VirtualMachine other)`, offering options for default or copy construction."]]],[]]