JobDefinitionResource.StopJob(CancellationToken) 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.
Requests the Agent of any active instance of this Job Definition to stop.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/projects/{projectName}/jobDefinitions/{jobDefinitionName}/stopJob
- Operation Id: JobDefinitions_StopJob
- Default Api Version: 2024-07-01
- Resource: JobDefinitionResource
public virtual Azure.Response<Azure.ResourceManager.StorageMover.Models.JobRunResourceId> StopJob (System.Threading.CancellationToken cancellationToken = default);
abstract member StopJob : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StorageMover.Models.JobRunResourceId>
override this.StopJob : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StorageMover.Models.JobRunResourceId>
Public Overridable Function StopJob (Optional cancellationToken As CancellationToken = Nothing) As Response(Of JobRunResourceId)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET