你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerRegistryClient.RegenerateRegistryCredential Method

Definition

public Microsoft.Azure.Management.ContainerRegistry.Models.RegistryListCredentialsResult RegenerateRegistryCredential (string resourceGroupName, string registryName, Microsoft.Azure.Management.ContainerRegistry.Models.PasswordName passwordName);
member this.RegenerateRegistryCredential : string * string * Microsoft.Azure.Management.ContainerRegistry.Models.PasswordName -> Microsoft.Azure.Management.ContainerRegistry.Models.RegistryListCredentialsResult
Public Function RegenerateRegistryCredential (resourceGroupName As String, registryName As String, passwordName As PasswordName) As RegistryListCredentialsResult

Parameters

resourceGroupName
String
registryName
String
passwordName
PasswordName

Returns

Applies to