VmGuestPatchRebootBehavior Struct

Definition

Describes the reboot requirements of the patch.

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

Constructors

VmGuestPatchRebootBehavior(String)

Initializes a new instance of VmGuestPatchRebootBehavior.

Properties

AlwaysRequiresReboot

AlwaysRequiresReboot.

CanRequestReboot

CanRequestReboot.

NeverReboots

NeverReboots.

Unknown

Unknown.

Methods

Equals(VmGuestPatchRebootBehavior)

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

Determines if two VmGuestPatchRebootBehavior values are the same.

Implicit(String to VmGuestPatchRebootBehavior)

Converts a string to a VmGuestPatchRebootBehavior.

Inequality(VmGuestPatchRebootBehavior, VmGuestPatchRebootBehavior)

Determines if two VmGuestPatchRebootBehavior values are not the same.

Applies to