DatabaseEventLog Class
Represents the event log entry for a database.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Microsoft.WindowsAzure.Management.Sql.Models::SqlModelCommon
Microsoft.WindowsAzure.Management.Sql.Models::DatabaseEventLog
| Name | Description | |
|---|---|---|
![]() | DatabaseEventLog() | Initializes a new instance of the DatabaseEventLog class. |
| Name | Description | |
|---|---|---|
![]() | AdditionalData | Optional. Gets any additional data for the event log. |
![]() | DatabaseName | Optional. Gets the name of the database pertaining to this log. |
![]() | Description | Optional. Gets the description of the event log. |
![]() | EventCategory | Optional. Gets the event category of the event log. |
![]() | EventSubtype | Optional. Gets the event sub type of the event log. |
![]() | EventSubtypeDescription | Optional. Gets the event sub type description of the event log. |
![]() | EventType | Optional. Gets the event type of the event log. |
![]() | IntervalSizeInMinutes | Optional. Gets the interval size of the event log expressed in minutes. |
![]() | Name | Optional. Gets the name of the service resource.(Inherited from SqlModelCommon.) |
![]() | NumberOfEvents | Optional. Gets the number of events of the event log. |
![]() | Severity | Optional. Gets the severity of the event log. |
![]() | StartTimeUtc | Optional. Gets the start time of the event log. |
![]() | State | Optional. Gets the state of the service resource.(Inherited from SqlModelCommon.) |
![]() | Type | Optional. Gets the type of the service resource.(Inherited from SqlModelCommon.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


