JobListParameters Members
The parameters supplied to the list job operation.
The following tables list the members exposed by the JobListParameters type.
Public Constructors
Name | Description | |
---|---|---|
JobListParameters | Initializes a new instance of the JobListParameters class. |
Top
Public Properties
Name | Description | |
---|---|---|
EndTime | Optional. For the end time filter the value should be a datetime string in UTC format as defined in ISO 8601. For example, 2014-09-25T17:49:17.2252204Z | |
RunbookName | Optional. Gets or sets the runbook name of the job. | |
StartTime | Optional. For the start time filter the value should be a datetime string in UTC format as defined in ISO 8601. For example, 2014-09-25T17:49:17.2252204Z | |
Status | Optional. Gets or sets the status of the job. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
JobListParameters Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace