Freigeben über


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

Name Description
MaintenanceRebootOption(String)

Initializes a new instance of MaintenanceRebootOption.

Properties

Name Description
Always

Always.

IfRequired

IfRequired.

Never

Never.

Methods

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

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