Share via


VmGuestPatchRebootSetting Struct

Definition

Defines when it is acceptable to reboot a VM during a software update operation.

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

Constructors

VmGuestPatchRebootSetting(String)

Initializes a new instance of VmGuestPatchRebootSetting.

Properties

Always

Always.

IfRequired

IfRequired.

Never

Never.

Methods

Equals(VmGuestPatchRebootSetting)

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

Determines if two VmGuestPatchRebootSetting values are the same.

Implicit(String to VmGuestPatchRebootSetting)

Converts a string to a VmGuestPatchRebootSetting.

Inequality(VmGuestPatchRebootSetting, VmGuestPatchRebootSetting)

Determines if two VmGuestPatchRebootSetting values are not the same.

Applies to