VirtualMachineScaleSetScaleInRule Struct

Definition

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