IRegistriesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
RegistriesOperations operations.
public interface IRegistriesOperations
type IRegistriesOperations = interface
Public Interface IRegistriesOperations
Methods
Extension Methods
BeginCreate(IRegistriesOperations, String, String, Registry) |
Creates a container registry with the specified parameters. |
BeginCreateAsync(IRegistriesOperations, String, String, Registry, CancellationToken) |
Creates a container registry with the specified parameters. |
BeginDelete(IRegistriesOperations, String, String) |
Deletes a container registry. |
BeginDeleteAsync(IRegistriesOperations, String, String, CancellationToken) |
Deletes a container registry. |
BeginUpdate(IRegistriesOperations, String, String, RegistryUpdateParameters) |
Updates a container registry with the specified parameters. |
BeginUpdateAsync(IRegistriesOperations, String, String, RegistryUpdateParameters, CancellationToken) |
Updates a container registry with the specified parameters. |
CheckNameAvailability(IRegistriesOperations, String) |
Checks whether the container registry name is available for use. The name must contain only alphanumeric characters, be globally unique, and between 5 and 50 characters in length. |
CheckNameAvailabilityAsync(IRegistriesOperations, String, CancellationToken) |
Checks whether the container registry name is available for use. The name must contain only alphanumeric characters, be globally unique, and between 5 and 50 characters in length. |
Create(IRegistriesOperations, String, String, Registry) |
Creates a container registry with the specified parameters. |
CreateAsync(IRegistriesOperations, String, String, Registry, CancellationToken) |
Creates a container registry with the specified parameters. |
Delete(IRegistriesOperations, String, String) |
Deletes a container registry. |
DeleteAsync(IRegistriesOperations, String, String, CancellationToken) |
Deletes a container registry. |
Get(IRegistriesOperations, String, String) |
Gets the properties of the specified container registry. |
GetAsync(IRegistriesOperations, String, String, CancellationToken) |
Gets the properties of the specified container registry. |
List(IRegistriesOperations) |
Lists all the container registries under the specified subscription. |
ListAsync(IRegistriesOperations, CancellationToken) |
Lists all the container registries under the specified subscription. |
ListByResourceGroup(IRegistriesOperations, String) |
Lists all the container registries under the specified resource group. |
ListByResourceGroupAsync(IRegistriesOperations, String, CancellationToken) |
Lists all the container registries under the specified resource group. |
ListByResourceGroupNext(IRegistriesOperations, String) |
Lists all the container registries under the specified resource group. |
ListByResourceGroupNextAsync(IRegistriesOperations, String, CancellationToken) |
Lists all the container registries under the specified resource group. |
ListCredentials(IRegistriesOperations, String, String) |
Lists the login credentials for the specified container registry. |
ListCredentialsAsync(IRegistriesOperations, String, String, CancellationToken) |
Lists the login credentials for the specified container registry. |
ListNext(IRegistriesOperations, String) |
Lists all the container registries under the specified subscription. |
ListNextAsync(IRegistriesOperations, String, CancellationToken) |
Lists all the container registries under the specified subscription. |
ListUsages(IRegistriesOperations, String, String) |
Gets the quota usages for the specified container registry. |
ListUsagesAsync(IRegistriesOperations, String, String, CancellationToken) |
Gets the quota usages for the specified container registry. |
RegenerateCredential(IRegistriesOperations, String, String, PasswordName) |
Regenerates one of the login credentials for the specified container registry. |
RegenerateCredentialAsync(IRegistriesOperations, String, String, PasswordName, CancellationToken) |
Regenerates one of the login credentials for the specified container registry. |
Update(IRegistriesOperations, String, String, RegistryUpdateParameters) |
Updates a container registry with the specified parameters. |
UpdateAsync(IRegistriesOperations, String, String, RegistryUpdateParameters, CancellationToken) |
Updates a container registry with the specified parameters. |