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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET