Partager via


IRegistryTasks Interface

Définition

Interface permettant de définir la collection RegistryTasks.

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)
Implémente

Propriétés

Inner

Interface permettant de définir la collection RegistryTasks.

(Hérité de IHasInner<T>)

Méthodes

Define(String)

Interface permettant de définir la collection RegistryTasks.

(Hérité de ISupportsCreating<T>)
DeleteByRegistry(String, String, String)

Supprime une tâche dans un registre.

DeleteByRegistryAsync(String, String, String, CancellationToken)

Supprime une tâche dans un registre de façon asynchrone.

GetByRegistry(String, String, String, Boolean)

Obtient une tâche dans un registre.

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

Obtient une tâche dans un registre de façon asynchrone.

ListByRegistry(String, String)

Répertorie les tâches dans un registre.

ListByRegistryAsync(String, String, Boolean, CancellationToken)

Répertorie les tâches dans un registre de façon asynchrone.

S’applique à