VmGuestPatchRebootStatus Struct

Definition

The reboot state of the VM following completion of the operation.

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

Constructors

VmGuestPatchRebootStatus(String)

Initializes a new instance of VmGuestPatchRebootStatus.

Properties

Completed

Completed.

Failed

Failed.

NotNeeded

NotNeeded.

Required

Required.

Started

Started.

Unknown

Unknown.

Methods

Equals(VmGuestPatchRebootStatus)

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

Determines if two VmGuestPatchRebootStatus values are the same.

Implicit(String to VmGuestPatchRebootStatus)

Converts a string to a VmGuestPatchRebootStatus.

Inequality(VmGuestPatchRebootStatus, VmGuestPatchRebootStatus)

Determines if two VmGuestPatchRebootStatus values are not the same.

Applies to