VirtualMachineScaleSetScaleInRule Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The VirtualMachineScaleSetScaleInRule.
public readonly struct VirtualMachineScaleSetScaleInRule : IEquatable<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetScaleInRule>
type VirtualMachineScaleSetScaleInRule = struct
Public Structure VirtualMachineScaleSetScaleInRule
Implements IEquatable(Of VirtualMachineScaleSetScaleInRule)
- Inheritance
-
VirtualMachineScaleSetScaleInRule
- Implements
Constructors
VirtualMachineScaleSetScaleInRule(String) |
Initializes a new instance of VirtualMachineScaleSetScaleInRule. |
Properties
Default |
Default. |
NewestVm |
NewestVM. |
OldestVm |
OldestVM. |
Methods
Equals(VirtualMachineScaleSetScaleInRule) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(VirtualMachineScaleSetScaleInRule, VirtualMachineScaleSetScaleInRule) |
Determines if two VirtualMachineScaleSetScaleInRule values are the same. |
Implicit(String to VirtualMachineScaleSetScaleInRule) |
Converts a String to a VirtualMachineScaleSetScaleInRule. |
Inequality(VirtualMachineScaleSetScaleInRule, VirtualMachineScaleSetScaleInRule) |
Determines if two VirtualMachineScaleSetScaleInRule values are not the same. |
Applies to
Azure SDK for .NET