次の方法で共有


RegistriesOperationsExtensions.UpdateAsync メソッド

定義

指定したパラメーターを持つコンテナー レジストリを更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryInner> UpdateAsync (this Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistriesOperations operations, string resourceGroupName, string registryName, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryUpdateParametersInner registryUpdateParameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistriesOperations * string * string * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryUpdateParametersInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryInner>
<Extension()>
Public Function UpdateAsync (operations As IRegistriesOperations, resourceGroupName As String, registryName As String, registryUpdateParameters As RegistryUpdateParametersInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RegistryInner)

パラメーター

operations
IRegistriesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

コンテナー レジストリが属するリソース グループの名前。

registryName
String

コンテナー レジストリの名前。

registryUpdateParameters
RegistryUpdateParametersInner

コンテナー レジストリを更新するためのパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象