次の方法で共有


QuotaRequestSubmitResponse202.Id プロパティ

定義

クォータ要求 ID を取得します。 要求の状態をチェックするには、クォータ要求の状態 GET 操作で id 値を使用します。

[Newtonsoft.Json.JsonProperty(PropertyName="id")]
public string Id { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="id")>]
member this.Id : string
Public ReadOnly Property Id As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象