BlobOperationsExtensions.CheckAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Azure.ContainerRegistry.Models.BlobCheckHeaders> CheckAsync (this Microsoft.Azure.ContainerRegistry.IBlobOperations operations, string name, string digest, System.Threading.CancellationToken cancellationToken = default);
static member CheckAsync : Microsoft.Azure.ContainerRegistry.IBlobOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.ContainerRegistry.Models.BlobCheckHeaders>
<Extension()>
Public Function CheckAsync (operations As IBlobOperations, name As String, digest As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BlobCheckHeaders)
Parameters
- operations
- IBlobOperations
- name
- String
- digest
- String
- cancellationToken
- CancellationToken