VmGuestPatchRebootBehavior Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Décrit les exigences de redémarrage du correctif.
public readonly struct VmGuestPatchRebootBehavior : IEquatable<Azure.ResourceManager.Compute.Models.VmGuestPatchRebootBehavior>
type VmGuestPatchRebootBehavior = struct
Public Structure VmGuestPatchRebootBehavior
Implements IEquatable(Of VmGuestPatchRebootBehavior)
- Héritage
-
VmGuestPatchRebootBehavior
- Implémente
Constructeurs
VmGuestPatchRebootBehavior(String) |
Initialise une nouvelle instance de VmGuestPatchRebootBehavior. |
Propriétés
AlwaysRequiresReboot |
AlwaysRequiresReboot. |
CanRequestReboot |
CanRequestReboot. |
NeverReboots |
NeverReboots. |
Unknown |
Inconnu. |
Méthodes
Equals(VmGuestPatchRebootBehavior) |
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(VmGuestPatchRebootBehavior, VmGuestPatchRebootBehavior) |
Détermine si deux VmGuestPatchRebootBehavior valeurs sont identiques. |
Implicit(String to VmGuestPatchRebootBehavior) |
Convertit une chaîne en VmGuestPatchRebootBehavior. |
Inequality(VmGuestPatchRebootBehavior, VmGuestPatchRebootBehavior) |
Détermine si deux VmGuestPatchRebootBehavior valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET