你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Completed.

Failed

Failed.

NotNeeded

NotNeeded.

Required

Required.

Started

Started.

Unknown

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

Converts a String to a VmGuestPatchRebootStatus.

Inequality(VmGuestPatchRebootStatus, VmGuestPatchRebootStatus)

Determines if two VmGuestPatchRebootStatus values are not the same.

Applies to