次の方法で共有


BillingSubscription.SubscriptionId プロパティ

定義

サブスクリプションの ID を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.subscriptionId")]
public Guid? SubscriptionId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.subscriptionId")>]
member this.SubscriptionId : Nullable<Guid>
Public ReadOnly Property SubscriptionId As Nullable(Of Guid)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象