IRegistryTasks Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET