다음을 통해 공유


ContainerRegistryTaskRunCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/taskRuns/{taskRunName}
  • Operation Id: TaskRuns_Get
  • Default Api Version: 2019-06-01-preview
  • Resource: ContainerRegistryTaskRunResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ContainerRegistry.ContainerRegistryTaskRunResource>> GetIfExistsAsync (string taskRunName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ContainerRegistry.ContainerRegistryTaskRunResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ContainerRegistry.ContainerRegistryTaskRunResource>>
Public Overridable Function GetIfExistsAsync (taskRunName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of ContainerRegistryTaskRunResource))

Parameters

taskRunName
String

The name of the task run.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

taskRunName is null.

Applies to