Share via


JobDefinitionCollection.GetIfExistsAsync(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/projects/{projectName}/jobDefinitions/{jobDefinitionName}
  • Operation Id: JobDefinitions_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.StorageMover.JobDefinitionResource>> GetIfExistsAsync (string jobDefinitionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.StorageMover.JobDefinitionResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.StorageMover.JobDefinitionResource>>
Public Overridable Function GetIfExistsAsync (jobDefinitionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of JobDefinitionResource))

Parameters

jobDefinitionName
String

The name of the Job Definition resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

jobDefinitionName is an empty string, and was expected to be non-empty.

jobDefinitionName is null.

Applies to