VmGuestPatchRebootSetting Struktur

Definition

Definiert, wann es akzeptabel ist, einen virtuellen Computer während eines Softwareupdatevorgangs neu zu starten.

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

Konstruktoren

VmGuestPatchRebootSetting(String)

Initialisiert eine neue Instanz von VmGuestPatchRebootSetting.

Eigenschaften

Always

Immer.

IfRequired

IfRequired.

Never

Nie

Methoden

Equals(VmGuestPatchRebootSetting)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

ToString()

Gibt den voll qualifizierten Typnamen dieser Instanz zurück.

Operatoren

Equality(VmGuestPatchRebootSetting, VmGuestPatchRebootSetting)

Bestimmt, ob zwei VmGuestPatchRebootSetting Werte gleich sind.

Implicit(String to VmGuestPatchRebootSetting)

Konvertiert eine Zeichenfolge in eine VmGuestPatchRebootSetting.

Inequality(VmGuestPatchRebootSetting, VmGuestPatchRebootSetting)

Bestimmt, ob zwei VmGuestPatchRebootSetting Werte nicht identisch sind.

Gilt für: