AllowedMethods Classe
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 des valeurs pour AllowedMethods.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Storage.Fluent.Models.AllowedMethods>))]
public class AllowedMethods : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Storage.Fluent.Models.AllowedMethods>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Storage.Fluent.Models.AllowedMethods>))>]
type AllowedMethods = class
inherit ExpandableStringEnum<AllowedMethods>
Public Class AllowedMethods
Inherits ExpandableStringEnum(Of AllowedMethods)
- Héritage
- Attributs
-
Newtonsoft.Json.JsonConverterAttribute
Constructeurs
AllowedMethods() |
Définit des valeurs pour AllowedMethods. |
Champs
DELETE |
Définit des valeurs pour AllowedMethods. |
GET |
Définit des valeurs pour AllowedMethods. |
HEAD |
Définit des valeurs pour AllowedMethods. |
MERGE |
Définit des valeurs pour AllowedMethods. |
OPTIONS |
Définit des valeurs pour AllowedMethods. |
POST |
Définit des valeurs pour AllowedMethods. |
PUT |
Définit des valeurs pour AllowedMethods. |
Propriétés
Value |
Définit des valeurs pour AllowedMethods. (Hérité de ExpandableStringEnum<T>) |
Méthodes
Equals(Object) |
Définit des valeurs pour AllowedMethods. (Hérité de ExpandableStringEnum<T>) |
Equals(String) |
Définit des valeurs pour AllowedMethods. (Hérité de ExpandableStringEnum<T>) |
GetHashCode() |
Définit des valeurs pour AllowedMethods. (Hérité de ExpandableStringEnum<T>) |
ToString() |
Définit des valeurs pour AllowedMethods. (Hérité de ExpandableStringEnum<T>) |
S’applique à
Azure SDK for .NET