次の方法で共有


OperationResultContract.ActionLog プロパティ

定義

TenantConfiguration_Validate操作の一部としてのみ指定されている場合は、このプロパティを取得します。 これには、TenantConfiguration_Deploy操作の一部として更新/作成/削除されるエンティティのログが含まれます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.actionLog")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.OperationResultLogItemContract> ActionLog { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.actionLog")>]
member this.ActionLog : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.OperationResultLogItemContract>
Public ReadOnly Property ActionLog As IList(Of OperationResultLogItemContract)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象