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

Name Description
VmGuestPatchRebootStatus(String)

Initializes a new instance of VmGuestPatchRebootStatus.

Properties

Name Description
Completed

Gets the Completed.

Failed

Gets the Failed.

NotNeeded

Gets the NotNeeded.

Required

Gets the Required.

Started

Gets the Started.

Unknown

Gets the Unknown.

Methods

Name Description
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

Name Description
Equality(VmGuestPatchRebootStatus, VmGuestPatchRebootStatus)

Determines if two VmGuestPatchRebootStatus values are the same.

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

Converts a string to a VmGuestPatchRebootStatus.

Inequality(VmGuestPatchRebootStatus, VmGuestPatchRebootStatus)

Determines if two VmGuestPatchRebootStatus values are not the same.

Applies to