@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 | Interface and Description |
|---|---|
static interface |
Registries.WebhooksClient
Grouping of registry webhook actions.
|
| Modifier and Type | Method and Description |
|---|---|
CheckNameAvailabilityResult |
checkNameAvailability(String name)
Checks if the specified container registry name is valid and available.
|
rx.Observable<CheckNameAvailabilityResult> |
checkNameAvailabilityAsync(String name)
Checks if container registry name is valid and is not in use asynchronously.
|
RegistryCredentials |
getCredentials(String resourceGroupName,
String registryName)
Gets the login credentials for the specified container registry.
|
rx.Observable<RegistryCredentials> |
getCredentialsAsync(String resourceGroupName,
String registryName)
Gets the login credentials for the specified container registry.
|
Collection<RegistryUsage> |
listQuotaUsages(String resourceGroupName,
String registryName)
Lists the quota usages for the specified container registry.
|
rx.Observable<RegistryUsage> |
listQuotaUsagesAsync(String resourceGroupName,
String registryName)
Lists the quota usages for the specified container registry.
|
RegistryCredentials |
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> |
regenerateCredentialAsync(String resourceGroupName,
String registryName,
AccessKeyType accessKeyType)
Regenerates the value for one of the admin user access key for the specified container registry.
|
Registries.WebhooksClient |
webhooks() |
definemanagerinnercreate, create, createAsync, createAsync, createAsync, createAsyncgetById, getByIdAsync, getByIdAsyncdeleteById, deleteByIdAsync, deleteByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsynclistByResourceGroup, listByResourceGroupAsync@Beta(value=V1_4_0) RegistryCredentials getCredentials(String resourceGroupName, String registryName)
resourceGroupName - the resource group nameregistryName - the registry name@Beta(value=V1_4_0) rx.Observable<RegistryCredentials> getCredentialsAsync(String resourceGroupName, String registryName)
resourceGroupName - the resource group nameregistryName - the registry name@Beta(value=V1_4_0) RegistryCredentials regenerateCredential(String resourceGroupName, String registryName, AccessKeyType accessKeyType)
resourceGroupName - the resource group nameregistryName - the registry nameaccessKeyType - the admin user access key name to regenerate the value for@Beta(value=V1_4_0) rx.Observable<RegistryCredentials> regenerateCredentialAsync(String resourceGroupName, String registryName, AccessKeyType accessKeyType)
resourceGroupName - the resource group nameregistryName - the registry nameaccessKeyType - the admin user access key name to regenerate the value for@Beta(value=V1_4_0) Collection<RegistryUsage> listQuotaUsages(String resourceGroupName, String registryName)
resourceGroupName - the resource group nameregistryName - the registry name@Beta(value=V1_4_0) rx.Observable<RegistryUsage> listQuotaUsagesAsync(String resourceGroupName, String registryName)
resourceGroupName - the resource group nameregistryName - the registry name@Beta(value=V1_4_0) CheckNameAvailabilityResult checkNameAvailability(String name)
name - the container registry name to check@Beta(value=V1_4_0) rx.Observable<CheckNameAvailabilityResult> checkNameAvailabilityAsync(String name)
name - the container registry name to checkRegistries.WebhooksClient webhooks()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/