次の方法で共有


IRegistryTasks インターフェイス

定義

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)
実装

プロパティ

Inner

RegistryTasks コレクションを定義するためのインターフェイス。

(継承元 IHasInner<T>)

メソッド

Define(String)

RegistryTasks コレクションを定義するためのインターフェイス。

(継承元 ISupportsCreating<T>)
DeleteByRegistry(String, String, String)

レジストリ内のタスクを削除します。

DeleteByRegistryAsync(String, String, String, CancellationToken)

レジストリ内のタスクを非同期的に削除します。

GetByRegistry(String, String, String, Boolean)

レジストリ内のタスクを取得します。

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

レジストリ内のタスクを非同期的に取得します。

ListByRegistry(String, String)

レジストリ内のタスクを一覧表示します。

ListByRegistryAsync(String, String, Boolean, CancellationToken)

レジストリ内のタスクを非同期的に一覧表示します。

適用対象