Uses of Class
com.azure.resourcemanager.containerregistry.models.AccessKeyType
Packages that use AccessKeyType
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of AccessKeyType in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as AccessKeyTypeModifier and TypeFieldDescriptionstatic final AccessKeyTypeAccessKeyType.PRIMARYPrimary key.static final AccessKeyTypeAccessKeyType.SECONDARYSecondary key.Methods in com.azure.resourcemanager.containerregistry.models that return AccessKeyTypeModifier and TypeMethodDescriptionstatic AccessKeyTypeAccessKeyType.fromString(String name) Finds or creates an access key name based on the provided name.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type AccessKeyTypeModifier and TypeMethodDescriptionRegistryCredentials.accessKeys()The admin user access key names and values which can be used to login into the container registry.static Collection<AccessKeyType> AccessKeyType.values()Gets known admin user access key names.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type AccessKeyTypeModifier and TypeMethodDescriptionRegistries.regenerateCredential(String resourceGroupName, String registryName, AccessKeyType accessKeyType) Regenerates the value for one of the admin user access key for the specified container registry.Registry.regenerateCredential(AccessKeyType accessKeyType) Regenerates one of the login credentials for the specified container registry.Registries.regenerateCredentialAsync(String resourceGroupName, String registryName, AccessKeyType accessKeyType) Regenerates the value for one of the admin user access key for the specified container registry.Registry.regenerateCredentialAsync(AccessKeyType accessKeyType) Regenerates one of the login credentials for the specified container registry.