CSMJobQueryObject Class
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.
The definition of class that represents job query parameters.
public class CSMJobQueryObject : Microsoft.Azure.Management.BackupServices.Models.CSMQueryObject
type CSMJobQueryObject = class
inherit CSMQueryObject
Public Class CSMJobQueryObject
Inherits CSMQueryObject
- Inheritance
Constructors
CSMJobQueryObject() |
Initializes a new instance of the CSMJobQueryObject class. |
Properties
EndTime |
Optional. EndTime of time range filter. |
Name |
Optional. Name of the job. (ID) |
Operation |
Optional. Operation type of job. |
StartTime |
Optional. Start time of time range filter. |
Status |
Optional. Status of job. |
WorkloadType |
Optional. Type of workload of job. |
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