次の方法で共有


IUpdate インターフェイス

定義

レジストリ タスクに関連するすべての更新プログラムのコンテナー インターフェイス。

public interface IUpdate : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IAgentConfiguration, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IPlatform, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.ITaskStepType, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.ITimeout, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.ITriggerTypes, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTask>
type IUpdate = interface
    interface IPlatform
    interface ITriggerTypes
    interface IAgentConfiguration
    interface ITimeout
    interface ITaskStepType
    interface IAppliable<IRegistryTask>
    interface IIndexable
Public Interface IUpdate
Implements IAgentConfiguration, IAppliable(Of IRegistryTask), IPlatform, ITaskStepType, ITimeout, ITriggerTypes
実装

プロパティ

Key

レジストリ タスクに関連するすべての更新プログラムのコンテナー インターフェイス。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
DefineSourceTrigger(String)

レジストリ タスクの更新で新しいソース トリガーを定義できるようにする関数。

(継承元 ITriggerTypes)
UpdateBaseImageTrigger(String, BaseImageTriggerType)

基本イメージ トリガーの更新に必要な 2 つのパラメーターを使用して基本イメージ トリガーを定義する関数。

(継承元 ITriggerTypes)
UpdateBaseImageTrigger(String, BaseImageTriggerType, TriggerStatus)

基本イメージ トリガーの更新に使用できるすべてのパラメーターを含む基本イメージ トリガーを定義する関数。

(継承元 ITriggerTypes)
UpdateDockerTaskStep()

DockerTaskStep 型のタスク ステップを指定する関数を取得します。

(継承元 ITaskStepType)
UpdateEncodedTaskStep()

EncodedTaskStep 型のタスク ステップを指定する関数を取得します。

(継承元 ITaskStepType)
UpdateFileTaskStep()

FileTaskStep 型のタスク ステップを指定する関数を取得します。

(継承元 ITaskStepType)
UpdateSourceTrigger(String)

ソース トリガーの定義を開始する関数。

(継承元 ITriggerTypes)
WithCpuCount(Int32)

CPU の数を更新する関数。

(継承元 IAgentConfiguration)
WithLinux()

プラットフォームの Linux OS システムを指定する 関数。

(継承元 IPlatform)
WithLinux(Architecture)

プラットフォームの Linux OS システムとアーキテクチャを指定する 関数。

(継承元 IPlatform)
WithLinux(Architecture, Variant)

Linux OS システム、アーキテクチャ、および CPU バリアントを指定する 関数。

(継承元 IPlatform)
WithPlatform(PlatformUpdateParameters)

プラットフォームを指定する 関数。

(継承元 IPlatform)
WithTimeout(Int32)

タイムアウト時間を更新する関数。

(継承元 ITimeout)
WithWindows()

プラットフォームの Windows OS システムを指定する 関数。

(継承元 IPlatform)
WithWindows(Architecture)

プラットフォームの Windows OS システムとアーキテクチャを指定する 関数。

(継承元 IPlatform)
WithWindows(Architecture, Variant)

Windows OS システム、アーキテクチャ、および CPU バリアントを指定する 関数。

(継承元 IPlatform)

適用対象