次の方法で共有


CheckNameAvailabilityResult.Reason プロパティ

定義

ストレージ アカウント名を使用できなかった理由を取得します。 Reason 要素は、NameAvailable が false の場合にのみ返されます。 使用できる値は、'AccountNameInvalid'、'AlreadyExists' です。

[Newtonsoft.Json.JsonProperty(PropertyName="reason")]
public Microsoft.Azure.Management.Storage.Models.Reason? Reason { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reason")>]
member this.Reason : Nullable<Microsoft.Azure.Management.Storage.Models.Reason>
Public ReadOnly Property Reason As Nullable(Of Reason)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象