VmGuestPatchRebootSetting 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éfinit quand il est acceptable de redémarrer une machine virtuelle pendant une opération de mise à jour logicielle.
public readonly struct VmGuestPatchRebootSetting : IEquatable<Azure.ResourceManager.Compute.Models.VmGuestPatchRebootSetting>
type VmGuestPatchRebootSetting = struct
Public Structure VmGuestPatchRebootSetting
Implements IEquatable(Of VmGuestPatchRebootSetting)
- Héritage
-
VmGuestPatchRebootSetting
- Implémente
Constructeurs
VmGuestPatchRebootSetting(String) |
Initialise une nouvelle instance de VmGuestPatchRebootSetting. |
Propriétés
Always |
Toujours. |
IfRequired |
IfRequired. |
Never |
Jamais. |
Méthodes
Equals(VmGuestPatchRebootSetting) |
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(VmGuestPatchRebootSetting, VmGuestPatchRebootSetting) |
Détermine si deux VmGuestPatchRebootSetting valeurs sont identiques. |
Implicit(String to VmGuestPatchRebootSetting) |
Convertit une chaîne en VmGuestPatchRebootSetting. |
Inequality(VmGuestPatchRebootSetting, VmGuestPatchRebootSetting) |
Détermine si deux VmGuestPatchRebootSetting valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET