DatabaseGetEventLogsResponse.EventLogs Property

Definition

Optional. Gets or sets the collection of Azure SQL Database event logs.

public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEventLog> EventLogs { get; set; }
member this.EventLogs : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEventLog> with get, set
Public Property EventLogs As IList(Of DatabaseEventLog)

Property Value

Applies to