ContainerRegistryResource.GetContainerRegistryTaskRunAsync 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 detailed information for a given task run.
- 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.Response<Azure.ResourceManager.ContainerRegistry.ContainerRegistryTaskRunResource>> GetContainerRegistryTaskRunAsync (string taskRunName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerRegistryTaskRunAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerRegistry.ContainerRegistryTaskRunResource>>
override this.GetContainerRegistryTaskRunAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerRegistry.ContainerRegistryTaskRunResource>>
Public Overridable Function GetContainerRegistryTaskRunAsync (taskRunName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerRegistryTaskRunResource))
Parameters
- taskRunName
- String
The name of the task run.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
taskRunName
is null.
taskRunName
is an empty string, and was expected to be non-empty.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET