NetAppFileServiceLevel 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.
Niveau de service du système de fichiers.
public readonly struct NetAppFileServiceLevel : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppFileServiceLevel>
type NetAppFileServiceLevel = struct
Public Structure NetAppFileServiceLevel
Implements IEquatable(Of NetAppFileServiceLevel)
- Héritage
-
NetAppFileServiceLevel
- Implémente
Constructeurs
NetAppFileServiceLevel(String) |
Initialise une nouvelle instance de NetAppFileServiceLevel. |
Propriétés
Premium |
Niveau de service Premium. |
Standard |
Niveau de service standard. |
StandardZrs |
Niveau de service de stockage redondant interzone. |
Ultra |
Niveau de service Ultra. |
Méthodes
Equals(NetAppFileServiceLevel) |
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(NetAppFileServiceLevel, NetAppFileServiceLevel) |
Détermine si deux NetAppFileServiceLevel valeurs sont identiques. |
Implicit(String to NetAppFileServiceLevel) |
Convertit une chaîne en NetAppFileServiceLevel. |
Inequality(NetAppFileServiceLevel, NetAppFileServiceLevel) |
Détermine si deux NetAppFileServiceLevel valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET