@Beta(value=V1_1_0) public interface Registries extends SupportsCreating<Registry.DefinitionStages.Blank>, HasManager<com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManager>, HasInner<com.microsoft.azure.management.containerregistry.implementation.RegistriesInner>, SupportsBatchCreation<Registry>, SupportsGettingById<Registry>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsListingByResourceGroup<Registry>, SupportsGettingByResourceGroup<Registry>, 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.
|
SourceUploadDefinition |
getBuildSourceUploadUrl(String rgName,
String acrName)
The function that gets the URL of the build source upload.
|
rx.Observable<SourceUploadDefinition> |
getBuildSourceUploadUrlAsync(String rgName,
String acrName)
The function that gets the URL of the build source upload ashnchronously.
|
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() |
define
manager
inner
create, create, createAsync, createAsync, createAsync, createAsync
getById, getByIdAsync, getByIdAsync
deleteById, deleteByIdAsync, deleteByIdAsync
deleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsync
listByResourceGroup, listByResourceGroupAsync
getByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsync
list, listAsync
@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 checkSourceUploadDefinition getBuildSourceUploadUrl(String rgName, String acrName)
rgName
- the name of the resource group.acrName
- the name of the container.rx.Observable<SourceUploadDefinition> getBuildSourceUploadUrlAsync(String rgName, String acrName)
rgName
- the name of the resource group.acrName
- the name of the container.Registries.WebhooksClient webhooks()
Copyright © 2019. All rights reserved.