Share via


ComputeFleetWindowsVmGuestPatchAutomaticByPlatformRebootSetting Struct

Definition

Specifies the reboot setting for all AutomaticByPlatform patch installation operations.

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

Constructors

ComputeFleetWindowsVmGuestPatchAutomaticByPlatformRebootSetting(String)

Initializes a new instance of ComputeFleetWindowsVmGuestPatchAutomaticByPlatformRebootSetting.

Properties

Always

Always Reboot setting.

IfRequired

IfRequired Reboot setting.

Never

Never Reboot setting.

Unknown

Unknown Reboot setting.

Methods

Equals(ComputeFleetWindowsVmGuestPatchAutomaticByPlatformRebootSetting)

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

Determines if two ComputeFleetWindowsVmGuestPatchAutomaticByPlatformRebootSetting values are the same.

Implicit(String to ComputeFleetWindowsVmGuestPatchAutomaticByPlatformRebootSetting)

Converts a string to a ComputeFleetWindowsVmGuestPatchAutomaticByPlatformRebootSetting.

Inequality(ComputeFleetWindowsVmGuestPatchAutomaticByPlatformRebootSetting, ComputeFleetWindowsVmGuestPatchAutomaticByPlatformRebootSetting)

Determines if two ComputeFleetWindowsVmGuestPatchAutomaticByPlatformRebootSetting values are not the same.

Applies to