共用方式為


BillingPeriod.BillingPeriodStartDate 屬性

定義

取得計費期間涵蓋的日期範圍的開始日期。

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

屬性值

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

適用於