다음을 통해 공유


RegistriesOperationsExtensions Class

Definition

Extension methods for RegistriesOperations.

public static class RegistriesOperationsExtensions
type RegistriesOperationsExtensions = class
Public Module RegistriesOperationsExtensions
Inheritance
RegistriesOperationsExtensions

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.

BeginImportImage(IRegistriesOperations, String, String, ImportImageParameters)

Copies an image to this container registry from the specified container registry.

BeginImportImageAsync(IRegistriesOperations, String, String, ImportImageParameters, CancellationToken)

Copies an image to this container registry from the specified container registry.

BeginScheduleRun(IRegistriesOperations, String, String, RunRequest)

Schedules a new run based on the request parameters and add it to the run queue.

BeginScheduleRunAsync(IRegistriesOperations, String, String, RunRequest, CancellationToken)

Schedules a new run based on the request parameters and add it to the run queue.

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.

GetBuildSourceUploadUrl(IRegistriesOperations, String, String)

Get the upload location for the user to be able to upload the source.

GetBuildSourceUploadUrlAsync(IRegistriesOperations, String, String, CancellationToken)

Get the upload location for the user to be able to upload the source.

GetPrivateLinkResource(IRegistriesOperations, String, String, String)

Gets a private link resource by a specified group name for a container registry.

GetPrivateLinkResourceAsync(IRegistriesOperations, String, String, String, CancellationToken)

Gets a private link resource by a specified group name for a container registry.

ImportImage(IRegistriesOperations, String, String, ImportImageParameters)

Copies an image to this container registry from the specified container registry.

ImportImageAsync(IRegistriesOperations, String, String, ImportImageParameters, CancellationToken)

Copies an image to this container registry from 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.

ListPrivateLinkResources(IRegistriesOperations, String, String)

Lists the private link resources for a container registry.

ListPrivateLinkResourcesAsync(IRegistriesOperations, String, String, CancellationToken)

Lists the private link resources for a container registry.

ListPrivateLinkResourcesNext(IRegistriesOperations, String)

Lists the private link resources for a container registry.

ListPrivateLinkResourcesNextAsync(IRegistriesOperations, String, CancellationToken)

Lists the private link resources for a container registry.

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.

ScheduleRun(IRegistriesOperations, String, String, RunRequest)

Schedules a new run based on the request parameters and add it to the run queue.

ScheduleRunAsync(IRegistriesOperations, String, String, RunRequest, CancellationToken)

Schedules a new run based on the request parameters and add it to the run queue.

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.

Applies to