DatabaseGetEventLogsParameters Constructor (DateTime, Int32, String)

 

Initializes a new instance of the DatabaseGetEventLogsParameters class with required arguments.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

public DatabaseGetEventLogsParameters(
	DateTime startDate,
	int intervalSizeInMinutes,
	string eventTypes
)
Return to top
Show: