VmGuestPatchRebootStatus 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.
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
Azure SDK for .NET