次の方法で共有


ApiManagementServiceUpdateParameters.CreatedAtUtc プロパティ

定義

API Management サービスの作成 UTC 日付を取得します。日付は、ISO 8601 標準で指定されている形式yyyy-MM-ddTHH:mm:ssZに準拠しています。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象