共用方式為


BillingPeriod.BillingPeriodEndDate 屬性

定義

取得計費期間涵蓋的日期範圍結束。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateJsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="properties.billingPeriodEndDate")]
public DateTime? BillingPeriodEndDate { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateJsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.billingPeriodEndDate")>]
member this.BillingPeriodEndDate : Nullable<DateTime>
Public ReadOnly Property BillingPeriodEndDate As Nullable(Of DateTime)

屬性值

屬性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

適用於