IRegistriesOperations Interface

Definition

RegistriesOperations operations.

public interface IRegistriesOperations
type IRegistriesOperations = interface
Public Interface IRegistriesOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, RegistryInner, Dictionary<String,List<String>>, CancellationToken)

Creates a container registry with the specified parameters.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a container registry.

BeginImportImageWithHttpMessagesAsync(String, String, ImportImageParametersInner, Dictionary<String,List<String>>, CancellationToken)

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

BeginScheduleRunWithHttpMessagesAsync(String, String, RunRequestInner, Dictionary<String,List<String>>, CancellationToken)

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

BeginUpdatePoliciesWithHttpMessagesAsync(String, String, QuarantinePolicyInner, TrustPolicyInner, Dictionary<String,List<String>>, CancellationToken)

Updates the policies for the specified container registry.

BeginUpdateWithHttpMessagesAsync(String, String, RegistryUpdateParametersInner, Dictionary<String,List<String>>, CancellationToken)

Updates a container registry with the specified parameters.

CheckNameAvailabilityWithHttpMessagesAsync(String, Dictionary<String,List<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.

CreateWithHttpMessagesAsync(String, String, RegistryInner, Dictionary<String,List<String>>, CancellationToken)

Creates a container registry with the specified parameters.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a container registry.

GetBuildSourceUploadUrlWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the properties of the specified container registry.

ImportImageWithHttpMessagesAsync(String, String, ImportImageParametersInner, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the container registries under the specified resource group.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the container registries under the specified resource group.

ListCredentialsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists the login credentials for the specified container registry.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the container registries under the specified subscription.

ListPoliciesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists the policies for the specified container registry.

ListUsagesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the quota usages for the specified container registry.

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Lists all the container registries under the specified subscription.

RegenerateCredentialWithHttpMessagesAsync(String, String, PasswordName, Dictionary<String,List<String>>, CancellationToken)

Regenerates one of the login credentials for the specified container registry.

ScheduleRunWithHttpMessagesAsync(String, String, RunRequestInner, Dictionary<String,List<String>>, CancellationToken)

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

UpdatePoliciesWithHttpMessagesAsync(String, String, QuarantinePolicyInner, TrustPolicyInner, Dictionary<String,List<String>>, CancellationToken)

Updates the policies for the specified container registry.

UpdateWithHttpMessagesAsync(String, String, RegistryUpdateParametersInner, Dictionary<String,List<String>>, CancellationToken)

Updates a container registry with the specified parameters.

Extension Methods

BeginCreateAsync(IRegistriesOperations, String, String, RegistryInner, CancellationToken)

Creates a container registry with the specified parameters.

BeginDeleteAsync(IRegistriesOperations, String, String, CancellationToken)

Deletes a container registry.

BeginImportImageAsync(IRegistriesOperations, String, String, ImportImageParametersInner, CancellationToken)

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

BeginScheduleRunAsync(IRegistriesOperations, String, String, RunRequestInner, CancellationToken)

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

BeginUpdateAsync(IRegistriesOperations, String, String, RegistryUpdateParametersInner, CancellationToken)

Updates a container registry with the specified parameters.

BeginUpdatePoliciesAsync(IRegistriesOperations, String, String, QuarantinePolicyInner, TrustPolicyInner, CancellationToken)

Updates the policies for the specified container registry.

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.

CreateAsync(IRegistriesOperations, String, String, RegistryInner, CancellationToken)

Creates a container registry with the specified parameters.

DeleteAsync(IRegistriesOperations, String, String, CancellationToken)

Deletes a container registry.

GetAsync(IRegistriesOperations, String, String, CancellationToken)

Gets the properties of the specified container registry.

GetBuildSourceUploadUrlAsync(IRegistriesOperations, String, String, CancellationToken)

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

ImportImageAsync(IRegistriesOperations, String, String, ImportImageParametersInner, CancellationToken)

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

ListAsync(IRegistriesOperations, CancellationToken)

Lists all the container registries under the specified subscription.

ListByResourceGroupAsync(IRegistriesOperations, String, CancellationToken)

Lists all the container registries under the specified resource group.

ListByResourceGroupNextAsync(IRegistriesOperations, String, CancellationToken)

Lists all the container registries under the specified resource group.

ListCredentialsAsync(IRegistriesOperations, String, String, CancellationToken)

Lists the login credentials for the specified container registry.

ListNextAsync(IRegistriesOperations, String, CancellationToken)

Lists all the container registries under the specified subscription.

ListPoliciesAsync(IRegistriesOperations, String, String, CancellationToken)

Lists the policies for the specified container registry.

ListUsagesAsync(IRegistriesOperations, String, String, CancellationToken)

Gets the quota usages for the specified container registry.

RegenerateCredentialAsync(IRegistriesOperations, String, String, PasswordName, CancellationToken)

Regenerates one of the login credentials for the specified container registry.

ScheduleRunAsync(IRegistriesOperations, String, String, RunRequestInner, CancellationToken)

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

UpdateAsync(IRegistriesOperations, String, String, RegistryUpdateParametersInner, CancellationToken)

Updates a container registry with the specified parameters.

UpdatePoliciesAsync(IRegistriesOperations, String, String, QuarantinePolicyInner, TrustPolicyInner, CancellationToken)

Updates the policies for the specified container registry.

Applies to