IRegistries.RegenerateCredential(String, String, AccessKeyType) 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.
Regenerates the value for one of the admin user access key for the specified container registry.
public Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryCredentials RegenerateCredential (string resourceGroupName, string registryName, Microsoft.Azure.Management.ContainerRegistry.Fluent.AccessKeyType accessKeyType);
abstract member RegenerateCredential : string * string * Microsoft.Azure.Management.ContainerRegistry.Fluent.AccessKeyType -> Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryCredentials
Public Function RegenerateCredential (resourceGroupName As String, registryName As String, accessKeyType As AccessKeyType) As IRegistryCredentials
Parameters
- resourceGroupName
- String
The resource group name.
- registryName
- String
The registry name.
- accessKeyType
- AccessKeyType
The admin user access key name to regenerate the value for.