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.
public readonly struct VirtualMachineScaleSetScaleInRule : IEquatable<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetScaleInRule>
type VirtualMachineScaleSetScaleInRule = struct
Public Structure VirtualMachineScaleSetScaleInRule
Implements IEquatable(Of VirtualMachineScaleSetScaleInRule)
- Inheritance
-
VirtualMachineScaleSetScaleInRule
- Implements
Constructors
| Name | Description |
|---|---|
| VirtualMachineScaleSetScaleInRule(String) |
Initializes a new instance of VirtualMachineScaleSetScaleInRule. |
Properties
| Name | Description |
|---|---|
| Default |
Gets the Default. |
| NewestVm |
Gets the NewestVm. |
| OldestVm |
Gets the OldestVm. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(VirtualMachineScaleSetScaleInRule, VirtualMachineScaleSetScaleInRule) |
Determines if two VirtualMachineScaleSetScaleInRule values are the same. |
| Implicit(String to Nullable<VirtualMachineScaleSetScaleInRule>) | |
| Implicit(String to VirtualMachineScaleSetScaleInRule) |
Converts a string to a VirtualMachineScaleSetScaleInRule. |
| Inequality(VirtualMachineScaleSetScaleInRule, VirtualMachineScaleSetScaleInRule) |
Determines if two VirtualMachineScaleSetScaleInRule values are not the same. |