Share via


OperationResultContract.ActionLog Property

Definition

Gets this property if only provided as part of the TenantConfiguration_Validate operation. It contains the log the entities which will be updated/created/deleted as part of the TenantConfiguration_Deploy operation.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to