Click or drag to resize
Audit Properties
This API is preliminary and subject to change.

The Audit type exposes the following members.

Properties
  NameDescription
Public propertyAccountId
Gets the account ID associated with the audit record. The account ID within the monitoring service is equivalent to the Tenant.Id referenced by other services.
Public propertyApp
Gets the name of the monitoring service module that processed the request.
Public propertyExtensionData
Gets a map of object properties which did not map to another field or property during JSON deserialization. The keys of the map represent the property names, and the values are JToken instances containing the parsed JSON values.
(Inherited from ExtensibleJsonObject.)
Public propertyHeaders
Gets a collection of custom HTTP headers which were sent with the request that created this audit record.
Public propertyId
Gets the unique identifier of the audit resource.
Public propertyMethod
Gets the HTTP method used for the request represented by the audit record.
Public propertyPayload
Gets the body of the HTTP request that created this audit record.
Public propertyQuery
Gets a collection of query string parameters decoded from Url.
Public propertyStatusCode
Gets the HTTP status code returned by the HTTP request represented by the audit record.
Public propertyTimestamp
Gets a timestamp indicating when this audit record was created.
Public propertyTransactionId
Gets the ID of the transaction that created this audit record.
Public propertyUrl
Gets the target URI of the HTTP request represented by the audit record.
Public propertyWho
Gets a value indicating who made this change to the monitoring account.
Public propertyWhy
Gets a value indicating why this change was made to the monitoring account.
Top
See Also