IRegistryTasks Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.