Share via


MaintenanceRebootOption Struct

Definition

Possible reboot preference as defined by the user based on which it would be decided to reboot the machine or not after the patch operation is completed.

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

Constructors

MaintenanceRebootOption(String)

Initializes a new instance of MaintenanceRebootOption.

Properties

Always

Always.

IfRequired

IfRequired.

Never

Never.

Methods

Equals(MaintenanceRebootOption)

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

Determines if two MaintenanceRebootOption values are the same.

Implicit(String to MaintenanceRebootOption)

Converts a string to a MaintenanceRebootOption.

Inequality(MaintenanceRebootOption, MaintenanceRebootOption)

Determines if two MaintenanceRebootOption values are not the same.

Applies to