DatabaseGetEventLogsParameters Class

 

Represents the parameters supplied to the Get Database Event Logs operation.

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

System.Object
  Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsParameters

Public Class DatabaseGetEventLogsParameters

NameDescription
System_CAPS_pubmethodDatabaseGetEventLogsParameters()

Initializes a new instance of the DatabaseGetEventLogsParameters class.

System_CAPS_pubmethodDatabaseGetEventLogsParameters(DateTime, Int32, String)

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

NameDescription
System_CAPS_pubpropertyEventTypes

Required. Gets or sets the event types to retrieve.

System_CAPS_pubpropertyIntervalSizeInMinutes

Required. Gets or sets the interval size in minutes.

System_CAPS_pubpropertyStartDate

Required. Gets or sets the start date for the event log.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: