| Modifier and Type | Field and Description |
|---|---|
static AccessKeyType |
AccessKeyType.PRIMARY
Primary key.
|
static AccessKeyType |
AccessKeyType.SECONDARY
Secondary key.
|
| Modifier and Type | Method and Description |
|---|---|
static AccessKeyType |
AccessKeyType.fromString(String name)
Finds or creates an access key name based on the provided name.
|
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
RegistryCredentials |
Registry.regenerateCredential(AccessKeyType accessKeyType)
Regenerates one of the login credentials for the specified container registry.
|
RegistryCredentials |
Registries.regenerateCredential(String resourceGroupName,
String registryName,
AccessKeyType accessKeyType)
Regenerates the value for one of the admin user access key for the specified container registry.
|
rx.Observable<RegistryCredentials> |
Registry.regenerateCredentialAsync(AccessKeyType accessKeyType)
Regenerates one of the login credentials for the specified container registry.
|
rx.Observable<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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/