JobOperationsExtensions.ListAsync Method
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.
Get the list of all jobs queried by specified filters.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.CSMJobList> ListAsync (this Microsoft.Azure.Management.BackupServices.IJobOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.BackupServices.Models.CSMJobQueryObject parameters, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member ListAsync : Microsoft.Azure.Management.BackupServices.IJobOperations * string * string * Microsoft.Azure.Management.BackupServices.Models.CSMJobQueryObject * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.CSMJobList>
<Extension()>
Public Function ListAsync (operations As IJobOperations, resourceGroupName As String, resourceName As String, parameters As CSMJobQueryObject, customRequestHeaders As CustomRequestHeaders) As Task(Of CSMJobList)
Parameters
- operations
- IJobOperations
Reference to the Microsoft.Azure.Management.BackupServices.IJobOperations.
- resourceGroupName
- String
Required.
- resourceName
- String
Required.
- parameters
- CSMJobQueryObject
Optional. Job query parameter.
- customRequestHeaders
- CustomRequestHeaders
Optional. Request header parameters.
Returns
Powershell response object
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