DatabaseGetEventLogsParameters Constructors
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.
Overloads
DatabaseGetEventLogsParameters() |
Initializes a new instance of the DatabaseGetEventLogsParameters class. |
DatabaseGetEventLogsParameters(DateTime, Int32, String) |
Initializes a new instance of the DatabaseGetEventLogsParameters class with required arguments. |
DatabaseGetEventLogsParameters()
Initializes a new instance of the DatabaseGetEventLogsParameters class.
public DatabaseGetEventLogsParameters ();
Public Sub New ()
Applies to
DatabaseGetEventLogsParameters(DateTime, Int32, String)
Initializes a new instance of the DatabaseGetEventLogsParameters class with required arguments.
public DatabaseGetEventLogsParameters (DateTime startDate, int intervalSizeInMinutes, string eventTypes);
new Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsParameters : DateTime * int * string -> Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsParameters
Public Sub New (startDate As DateTime, intervalSizeInMinutes As Integer, eventTypes As String)
Parameters
- startDate
- DateTime
- intervalSizeInMinutes
- Int32
- eventTypes
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET