次の方法で共有


AppServicePlan.FreeOfferExpirationTime プロパティ

定義

サーバー ファームの無料プランの有効期限が切れる時刻を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.freeOfferExpirationTime")]
public DateTime? FreeOfferExpirationTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.freeOfferExpirationTime")>]
member this.FreeOfferExpirationTime : Nullable<DateTime> with get, set
Public Property FreeOfferExpirationTime As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象