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

Name Description
VmGuestPatchRebootBehavior(String)

Initializes a new instance of VmGuestPatchRebootBehavior.

Properties

Name Description
AlwaysRequiresReboot

Gets the AlwaysRequiresReboot.

CanRequestReboot

Gets the CanRequestReboot.

NeverReboots

Gets the NeverReboots.

Unknown

Gets the Unknown.

Methods

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

Name Description
Equality(VmGuestPatchRebootBehavior, VmGuestPatchRebootBehavior)

Determines if two VmGuestPatchRebootBehavior values are the same.

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

Converts a string to a VmGuestPatchRebootBehavior.

Inequality(VmGuestPatchRebootBehavior, VmGuestPatchRebootBehavior)

Determines if two VmGuestPatchRebootBehavior values are not the same.

Applies to