IJobOperations.GetAsync 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 details of a particular job.
public System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.CSMJobDetails> GetAsync (string resourceGroupName, string resourceName, string name, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * string * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.CSMJobDetails>
Public Function GetAsync (resourceGroupName As String, resourceName As String, name As String, customRequestHeaders As CustomRequestHeaders, cancellationToken As CancellationToken) As Task(Of CSMJobDetails)
Parameters
- resourceGroupName
- String
- resourceName
- String
- name
- String
Name of the job whose details should be retrieved.
- customRequestHeaders
- CustomRequestHeaders
Request header parameters.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Response model for job details operation
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