VmPresent Struct

Definition

Enum for VM presence.

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

Constructors

Name Description
VmPresent(String)

Initializes a new instance of VmPresent.

Properties

Name Description
Absent

No VM present.

Present

Atleast one VM Present.

Methods

Name Description
Equals(VmPresent)

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

Determines if two VmPresent values are the same.

Implicit(String to Nullable<VmPresent>)
Implicit(String to VmPresent)

Converts a string to a VmPresent.

Inequality(VmPresent, VmPresent)

Determines if two VmPresent values are not the same.

Applies to