次の方法で共有


SubscriptionInner.Id プロパティ

定義

サブスクリプションの完全修飾 ID を取得します。 たとえば、/subscriptions/00000000-0000-0000-0000-0000000000000000000000000000000、

[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

適用対象