Share via


LinuxVmGuestPatchAutomaticByPlatformRebootSetting Struct

Definition

Specifies the reboot setting for all AutomaticByPlatform patch installation operations.

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

Constructors

LinuxVmGuestPatchAutomaticByPlatformRebootSetting(String)

Initializes a new instance of LinuxVmGuestPatchAutomaticByPlatformRebootSetting.

Properties

Always

Always.

IfRequired

IfRequired.

Never

Never.

Unknown

Unknown.

Methods

Equals(LinuxVmGuestPatchAutomaticByPlatformRebootSetting)

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

Determines if two LinuxVmGuestPatchAutomaticByPlatformRebootSetting values are the same.

Implicit(String to LinuxVmGuestPatchAutomaticByPlatformRebootSetting)

Converts a string to a LinuxVmGuestPatchAutomaticByPlatformRebootSetting.

Inequality(LinuxVmGuestPatchAutomaticByPlatformRebootSetting, LinuxVmGuestPatchAutomaticByPlatformRebootSetting)

Determines if two LinuxVmGuestPatchAutomaticByPlatformRebootSetting values are not the same.

Applies to