Uses of Class
com.azure.resourcemanager.containerregistry.models.AccessKeyType
-
Packages that use AccessKeyType Package Description com.azure.resourcemanager.containerregistry.models 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 AccessKeyType Modifier and Type Field Description static AccessKeyTypeAccessKeyType. PRIMARYPrimary key.static AccessKeyTypeAccessKeyType. SECONDARYSecondary key.Methods in com.azure.resourcemanager.containerregistry.models that return AccessKeyType Modifier and Type Method Description static 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 AccessKeyType Modifier and Type Method Description Map<AccessKeyType,String>RegistryCredentials. accessKeys()The admin user access key names and values which can be used to login into the container registry.static Collection<AccessKeyType>AccessKeyType. values()Methods in com.azure.resourcemanager.containerregistry.models with parameters of type AccessKeyType Modifier and Type Method Description RegistryCredentialsRegistries. regenerateCredential(String resourceGroupName, String registryName, AccessKeyType accessKeyType)Regenerates the value for one of the admin user access key for the specified container registry.RegistryCredentialsRegistry. regenerateCredential(AccessKeyType accessKeyType)Regenerates one of the login credentials for the specified container registry.Mono<RegistryCredentials>Registries. regenerateCredentialAsync(String resourceGroupName, String registryName, AccessKeyType accessKeyType)Regenerates the value for one of the admin user access key for the specified container registry.Mono<RegistryCredentials>Registry. regenerateCredentialAsync(AccessKeyType accessKeyType)Regenerates one of the login credentials for the specified container registry.
-