ActivityWindowsListParameters Class

Definition

Activity windows list filter parameters.

public abstract class ActivityWindowsListParameters
Inheritance
ActivityWindowsListParameters
Derived

Constructors

ActivityWindowsListParameters()

Initializes a new instance of the ActivityWindowsListParameters class.

ActivityWindowsListParameters(String, String)

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

Properties

DataFactoryName

Required. The data factory name.

Filter
OrderBy

Optional. Order the response by one of the activity window list parameters.

ResourceGroupName

Required. The resource group name of the data factory.

RunEnd

Optional. The activity window run end time.

RunStart

Optional. The activity window run start time.

Top

Optional. The number of activity windows to be listed.

WindowEnd

Optional. The activity window end time.

WindowStart

Optional. The activity window start time.

WindowState
WindowSubstate

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)