com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.containerregistry.v2018_09_01.implementation.RegistriesInner>, com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion, com.microsoft.azure.arm.collection.SupportsCreating<Registry.DefinitionStages.Blank>, com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup<Registry>, com.microsoft.azure.arm.collection.SupportsListing<Registry>, com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup<Registry>public interface Registries extends com.microsoft.azure.arm.collection.SupportsCreating<Registry.DefinitionStages.Blank>, com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion, com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup<Registry>, com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup<Registry>, com.microsoft.azure.arm.collection.SupportsListing<Registry>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.containerregistry.v2018_09_01.implementation.RegistriesInner>
| Modifier and Type | Method | Description |
|---|---|---|
rx.Observable<RegistryNameStatus> |
checkNameAvailabilityAsync(String name) |
Checks whether the container registry name is available for use.
|
rx.Observable<SourceUploadDefinition> |
getBuildSourceUploadUrlAsync(String resourceGroupName,
String registryName) |
Get the upload location for the user to be able to upload the source.
|
rx.Completable |
importImageAsync(String resourceGroupName,
String registryName,
ImportImageParameters parameters) |
Copies an image to this container registry from the specified container registry.
|
rx.Observable<RegistryListCredentialsResult> |
listCredentialsAsync(String resourceGroupName,
String registryName) |
Lists the login credentials for the specified container registry.
|
rx.Observable<RegistryPolicies> |
listPoliciesAsync(String resourceGroupName,
String registryName) |
Lists the policies for the specified container registry.
|
rx.Observable<RegistryUsageListResult> |
listUsagesAsync(String resourceGroupName,
String registryName) |
Gets the quota usages for the specified container registry.
|
rx.Observable<RegistryListCredentialsResult> |
regenerateCredentialAsync(String resourceGroupName,
String registryName,
PasswordName name) |
Regenerates one of the login credentials for the specified container registry.
|
rx.Observable<Run> |
scheduleRunAsync(String resourceGroupName,
String registryName,
RunRequest runRequest) |
Schedules a new run based on the request parameters and add it to the run queue.
|
rx.Observable<RegistryPolicies> |
updatePoliciesAsync(String resourceGroupName,
String registryName,
com.microsoft.azure.management.containerregistry.v2018_09_01.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters) |
Updates the policies for the specified container registry.
|
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsyncrx.Completable importImageAsync(String resourceGroupName, String registryName, ImportImageParameters parameters)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.parameters - The parameters specifying the image to copy and the source container registry.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<RegistryListCredentialsResult> listCredentialsAsync(String resourceGroupName, String registryName)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<RegistryListCredentialsResult> regenerateCredentialAsync(String resourceGroupName, String registryName, PasswordName name)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.name - Specifies name of the password which should be regenerated -- password or password2. Possible values include: 'password', 'password2'IllegalArgumentException - thrown if parameters fail the validationrx.Observable<RegistryPolicies> updatePoliciesAsync(String resourceGroupName, String registryName, com.microsoft.azure.management.containerregistry.v2018_09_01.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.registryPoliciesUpdateParameters - The parameters for updating policies of a container registry.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<Run> scheduleRunAsync(String resourceGroupName, String registryName, RunRequest runRequest)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.runRequest - The parameters of a run that needs to scheduled.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<SourceUploadDefinition> getBuildSourceUploadUrlAsync(String resourceGroupName, String registryName)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<RegistryNameStatus> checkNameAvailabilityAsync(String name)
name - The name of the container registry.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<RegistryUsageListResult> listUsagesAsync(String resourceGroupName, String registryName)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<RegistryPolicies> listPoliciesAsync(String resourceGroupName, String registryName)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.IllegalArgumentException - thrown if parameters fail the validation /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/