OperatingSystemType 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.
Obtient le type système d’exploitation.
public readonly struct OperatingSystemType : IEquatable<Azure.ResourceManager.Compute.Models.OperatingSystemType>
type OperatingSystemType = struct
Public Structure OperatingSystemType
Implements IEquatable(Of OperatingSystemType)
- Héritage
-
OperatingSystemType
- Implémente
Constructeurs
OperatingSystemType(String) |
Initialise une nouvelle instance de OperatingSystemType. |
Propriétés
Linux |
Linux. |
Windows |
Windows. |
Méthodes
Equals(OperatingSystemType) |
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(OperatingSystemType, OperatingSystemType) |
Détermine si deux OperatingSystemType valeurs sont identiques. |
Implicit(String to OperatingSystemType) |
Convertit une chaîne en OperatingSystemType. |
Inequality(OperatingSystemType, OperatingSystemType) |
Détermine si deux OperatingSystemType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET