AllowedMethods Class

Definition

Defines values for 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)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

AllowedMethods()

Fields

DELETE
GET
HEAD
MERGE
OPTIONS
POST
PUT

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to