次の方法で共有


IDefinition インターフェイス

定義

レジストリ タスクに関連するすべての定義のコンテナー インターフェイス。

public interface IDefinition : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.IBlank, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ILocation, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.IPlatform, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ITaskCreatable, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ITaskStepType, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTask>
type IDefinition = interface
    interface IBlank
    interface ILocation
    interface IPlatform
    interface ITaskStepType
    interface ISourceTriggerDefinition
    interface ITriggerTypes
    interface ITaskCreatable
    interface IAgentConfiguration
    interface ITimeout
    interface ICreatable<IRegistryTask>
    interface IIndexable
Public Interface IDefinition
Implements IBlank, ICreatable(Of IRegistryTask), ILocation, IPlatform, ITaskCreatable, ITaskStepType
実装

プロパティ

Key

レジストリ タスクに関連するすべての定義のコンテナー インターフェイス。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

(継承元 ICreatable<T>)
DefineDockerTaskStep()

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

(継承元 ITaskStepType)
DefineEncodedTaskStep()

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

(継承元 ITaskStepType)
DefineFileTaskStep()

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

(継承元 ITaskStepType)
DefineSourceTrigger(String)

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

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

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

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

基本イメージ トリガーの作成に使用できるすべてのパラメーターを持つ基本イメージ トリガーを定義する関数。

(継承元 ITriggerTypes)
WithCpuCount(Int32)

CPU の数を指定する 関数。

(継承元 IAgentConfiguration)
WithExistingRegistry(String, String)

このタスクが存在する既存のコンテナー レジストリを参照するパラメーター。

(継承元 IBlank)
WithLinux()

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

(継承元 IPlatform)
WithLinux(Architecture)

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

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

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

(継承元 IPlatform)
WithLocation(Region)

コンテナー レジストリ タスクの場所を指定するパラメーター。

(継承元 ILocation)
WithLocation(String)

コンテナー レジストリ タスクの場所を指定するパラメーター。

(継承元 ILocation)
WithPlatform(PlatformProperties)

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

(継承元 IPlatform)
WithTimeout(Int32)

タイムアウト時間を設定する関数。

(継承元 ITimeout)
WithWindows()

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

(継承元 IPlatform)
WithWindows(Architecture)

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

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

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

(継承元 IPlatform)

適用対象