次の方法で共有


AllowedMethods クラス

定義

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)
継承
属性
Newtonsoft.Json.JsonConverterAttribute

コンストラクター

AllowedMethods()

AllowedMethods の値を定義します。

フィールド

DELETE

AllowedMethods の値を定義します。

GET

AllowedMethods の値を定義します。

HEAD

AllowedMethods の値を定義します。

MERGE

AllowedMethods の値を定義します。

OPTIONS

AllowedMethods の値を定義します。

POST

AllowedMethods の値を定義します。

PUT

AllowedMethods の値を定義します。

プロパティ

Value

AllowedMethods の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

AllowedMethods の値を定義します。

(継承元 ExpandableStringEnum<T>)
Equals(String)

AllowedMethods の値を定義します。

(継承元 ExpandableStringEnum<T>)
GetHashCode()

AllowedMethods の値を定義します。

(継承元 ExpandableStringEnum<T>)
ToString()

AllowedMethods の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象