DataReplicationJobCollection.GetAll 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.
Gets the list of jobs in the given vault.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/jobs
- Operation Id: JobModel_List
- Default Api Version: 2024-09-01
- Resource: DataReplicationJobResource
public virtual Azure.Pageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationJobResource> GetAll(string odataOptions = default, string continuationToken = default, int? pageSize = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationJobResource>
override this.GetAll : string * string * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationJobResource>
Public Overridable Function GetAll (Optional odataOptions As String = Nothing, Optional continuationToken As String = Nothing, Optional pageSize As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DataReplicationJobResource)
Parameters
- odataOptions
- String
OData options.
- continuationToken
- String
Continuation token.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of DataReplicationJobResource that may take multiple service requests to iterate over.