@Beta(value=V1_1_0) public interface Registries extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<Registry.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.containerregistry.implementation.RegistriesInner>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<Registry>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<Registry>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<Registry>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<Registry>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<Registry>
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentials |
listCredentials(String groupName,
String registryName)
Lists the login credentials for the specified container registry.
|
rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentials> |
listCredentialsAsync(String groupName,
String registryName)
Lists the login credentials for the specified container registry.
|
com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentials |
regenerateCredential(String groupName,
String registryName,
PasswordName passwordName)
Regenerates one of the login credentials for the specified container registry.
|
rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentials> |
regenerateCredentialAsync(String groupName,
String registryName,
PasswordName passwordName)
Regenerates one of the login credentials for the specified container registry.
|
definemanagerinnercreate, create, createAsync, createAsync, createAsync, createAsyncgetById, getByIdAsync, getByIdAsyncdeleteById, deleteByIdAsync, deleteByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsynclistByResourceGroup, listByResourceGroupAsynccom.microsoft.azure.management.containerregistry.implementation.RegistryListCredentials listCredentials(String groupName, String registryName)
groupName - the group nameregistryName - the registry namerx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentials> listCredentialsAsync(String groupName, String registryName)
groupName - the group nameregistryName - the registry namecom.microsoft.azure.management.containerregistry.implementation.RegistryListCredentials regenerateCredential(String groupName, String registryName, PasswordName passwordName)
groupName - the group nameregistryName - the registry namepasswordName - the password name to regenerate login credentials forrx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentials> regenerateCredentialAsync(String groupName, String registryName, PasswordName passwordName)
groupName - the group nameregistryName - the registry namepasswordName - the password name to regenerate login credentials for/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/