Partager via


VmGuestPatchRebootStatus Structure

Définition

État de redémarrage de la machine virtuelle après la fin de l’opération.

public readonly struct VmGuestPatchRebootStatus : IEquatable<Azure.ResourceManager.Compute.Models.VmGuestPatchRebootStatus>
type VmGuestPatchRebootStatus = struct
Public Structure VmGuestPatchRebootStatus
Implements IEquatable(Of VmGuestPatchRebootStatus)
Héritage
VmGuestPatchRebootStatus
Implémente

Constructeurs

VmGuestPatchRebootStatus(String)

Initialise une nouvelle instance de VmGuestPatchRebootStatus.

Propriétés

Completed

Terminé.

Failed

Échec.

NotNeeded

NotNeeded.

Required

Obligatoire.

Started

Démarré.

Unknown

Inconnu.

Méthodes

Equals(VmGuestPatchRebootStatus)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(VmGuestPatchRebootStatus, VmGuestPatchRebootStatus)

Détermine si deux VmGuestPatchRebootStatus valeurs sont identiques.

Implicit(String to VmGuestPatchRebootStatus)

Convertit une chaîne en VmGuestPatchRebootStatus.

Inequality(VmGuestPatchRebootStatus, VmGuestPatchRebootStatus)

Détermine si deux VmGuestPatchRebootStatus valeurs ne sont pas identiques.

S’applique à