次の方法で共有


QuotaProperties.Name プロパティ

定義

リソース プロバイダーによって提供されるリソース名を取得または設定します。 クォータを要求するときは、このプロパティ名を使用します。

[Newtonsoft.Json.JsonProperty(PropertyName="name")]
public Microsoft.Azure.Management.Quota.Models.ResourceName Name { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="name")>]
member this.Name : Microsoft.Azure.Management.Quota.Models.ResourceName with get, set
Public Property Name As ResourceName

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象