LargeFileSharesState 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.
Autorisez les partages de fichiers volumineux si définit sur Activé. Il ne peut pas être désactivé une fois qu’il est activé.
public readonly struct LargeFileSharesState : IEquatable<Azure.ResourceManager.Storage.Models.LargeFileSharesState>
type LargeFileSharesState = struct
Public Structure LargeFileSharesState
Implements IEquatable(Of LargeFileSharesState)
- Héritage
-
LargeFileSharesState
- Implémente
Constructeurs
LargeFileSharesState(String) |
Initialise une nouvelle instance de LargeFileSharesState. |
Propriétés
Disabled |
Désactivé. |
Enabled |
Activé. |
Méthodes
Equals(LargeFileSharesState) |
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(LargeFileSharesState, LargeFileSharesState) |
Détermine si deux LargeFileSharesState valeurs sont identiques. |
Implicit(String to LargeFileSharesState) |
Convertit une chaîne en LargeFileSharesState. |
Inequality(LargeFileSharesState, LargeFileSharesState) |
Détermine si deux LargeFileSharesState valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET