Condividi tramite


HciVmHyperVGeneration Struct

Definition

The hypervisor generation of the Virtual Machine [V1, V2].

public readonly struct HciVmHyperVGeneration : IEquatable<Azure.ResourceManager.Hci.Vm.Models.HciVmHyperVGeneration>
type HciVmHyperVGeneration = struct
Public Structure HciVmHyperVGeneration
Implements IEquatable(Of HciVmHyperVGeneration)
Inheritance
HciVmHyperVGeneration
Implements

Constructors

Name Description
HciVmHyperVGeneration(String)

Initializes a new instance of HciVmHyperVGeneration.

Properties

Name Description
V1

Generation 1 (V1) hypervisor.

V2

Generation 2 (V2) hypervisor.

Methods

Name Description
Equals(HciVmHyperVGeneration)

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(HciVmHyperVGeneration, HciVmHyperVGeneration)

Determines if two HciVmHyperVGeneration values are the same.

Implicit(String to HciVmHyperVGeneration)

Converts a String to a HciVmHyperVGeneration.

Inequality(HciVmHyperVGeneration, HciVmHyperVGeneration)

Determines if two HciVmHyperVGeneration values are not the same.

Applies to