IRegistryTasks Interface

Definition

Interface to define the RegistryTasks collection.

public interface IRegistryTasks : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerRegistry.Fluent.ITasksOperations>
type IRegistryTasks = interface
    interface IBeta
    interface IHasInner<ITasksOperations>
    interface ISupportsCreating<IBlank>
Public Interface IRegistryTasks
Implements IBeta, IHasInner(Of ITasksOperations), ISupportsCreating(Of IBlank)
Implements

Properties

Inner (Inherited from IHasInner<T>)

Methods

Define(String) (Inherited from ISupportsCreating<T>)
DeleteByRegistry(String, String, String)

Deletes a task in a registry.

DeleteByRegistryAsync(String, String, String, CancellationToken)

Deletes a task in a registry asynchronously.

GetByRegistry(String, String, String, Boolean)

Gets a task in a registry.

GetByRegistryAsync(String, String, String, Boolean, CancellationToken)

Gets a task in a registry asynchronously.

ListByRegistry(String, String)

Lists the tasks in a registry.

ListByRegistryAsync(String, String, Boolean, CancellationToken)

Lists the tasks in a registry asynchronously.

Applies to