InstallRebootBehavior Struct

Definition

Indicates if updates are available and at least one of the updates needs a reboot.

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

Constructors

InstallRebootBehavior(String)

Initializes a new instance of InstallRebootBehavior.

Properties

NeverReboots

NeverReboots.

RequestReboot

RequestReboot.

RequiresReboot

RequiresReboot.

Methods

Equals(InstallRebootBehavior)

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

Determines if two InstallRebootBehavior values are the same.

Implicit(String to InstallRebootBehavior)

Converts a string to a InstallRebootBehavior.

Inequality(InstallRebootBehavior, InstallRebootBehavior)

Determines if two InstallRebootBehavior values are not the same.

Applies to