InstanceFlexibility 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.
Turning this on will apply the reservation discount to other VMs in the same VM size group. Only specify for VirtualMachines reserved resource type.
public readonly struct InstanceFlexibility : IEquatable<Azure.ResourceManager.Reservations.Models.InstanceFlexibility>
type InstanceFlexibility = struct
Public Structure InstanceFlexibility
Implements IEquatable(Of InstanceFlexibility)
- Inheritance
-
InstanceFlexibility
- Implements
Constructors
InstanceFlexibility(String) |
Initializes a new instance of InstanceFlexibility. |
Properties
Off |
Off. |
On |
On. |
Methods
Equals(InstanceFlexibility) |
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(InstanceFlexibility, InstanceFlexibility) |
Determines if two InstanceFlexibility values are the same. |
Implicit(String to InstanceFlexibility) |
Converts a string to a InstanceFlexibility. |
Inequality(InstanceFlexibility, InstanceFlexibility) |
Determines if two InstanceFlexibility values are not the same. |
Applies to
Azure SDK for .NET