次の方法で共有


TagOperationsExtensions.UpdateAttributesAsync メソッド

定義

public static System.Threading.Tasks.Task UpdateAttributesAsync (this Microsoft.Azure.ContainerRegistry.ITagOperations operations, string name, string reference, Microsoft.Azure.ContainerRegistry.Models.ChangeableAttributes value = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAttributesAsync : Microsoft.Azure.ContainerRegistry.ITagOperations * string * string * Microsoft.Azure.ContainerRegistry.Models.ChangeableAttributes * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function UpdateAttributesAsync (operations As ITagOperations, name As String, reference As String, Optional value As ChangeableAttributes = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
ITagOperations
name
String
reference
String
cancellationToken
CancellationToken

戻り値

適用対象