DatabaseGetEventLogsParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the parameters supplied to the Get Database Event Logs operation.
public class DatabaseGetEventLogsParameters
type DatabaseGetEventLogsParameters = class
Public Class DatabaseGetEventLogsParameters
- Inheritance
-
DatabaseGetEventLogsParameters
Constructors
DatabaseGetEventLogsParameters() |
Initializes a new instance of the DatabaseGetEventLogsParameters class. |
DatabaseGetEventLogsParameters(DateTime, Int32, String) |
Initializes a new instance of the DatabaseGetEventLogsParameters class with required arguments. |
Properties
EventTypes |
Required. Gets or sets the event types to retrieve. |
IntervalSizeInMinutes |
Required. Gets or sets the interval size in minutes. |
StartDate |
Required. Gets or sets the start date for the event log. |
Applies to
Azure SDK for .NET