次の方法で共有


IDefinition インターフェイス

定義

RegistryTaskRun に関連するすべての定義のコンテナー インターフェイス。

public interface IDefinition : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IBlankFromRegistry, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IBlankFromRuns, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRegistryTaskRunRequest, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestExecutableWithSourceLocation, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestType, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTaskRun>
type IDefinition = interface
    interface IBlankFromRegistry
    interface IPlatformAltTaskRunRequest
    interface IPlatform
    interface IBlankFromRuns
    interface IRegistryTaskRunRequest
    interface IRunRequestExecutable
    interface IArchive
    interface IExecutable<IRegistryTaskRun>
    interface IIndexable
    interface IRunRequestType
    interface IRunRequestExecutableWithSourceLocation
    interface IAgentConfiguration
Public Interface IDefinition
Implements IBlankFromRegistry, IBlankFromRuns, IExecutable(Of IRegistryTaskRun), IRegistryTaskRunRequest, IRunRequestExecutableWithSourceLocation, IRunRequestType
実装

プロパティ

Key

RegistryTaskRun に関連するすべての定義のコンテナー インターフェイス。

(継承元 IIndexable)

メソッド

Execute()

要求を実行します。

(継承元 IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

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

(継承元 IExecutable<T>)
WithArchiveEnabled(Boolean)

アーカイブを指定する関数は有効または無効になります。

(継承元 IRegistryTaskRunRequest)
WithCpuCount(Int32)

CPU の数を指定する 関数。

(継承元 IAgentConfiguration)
WithDockerTaskRunRequest()

タスクの実行要求の種類を指定する関数は、Docker タスクになります。

(継承元 IRunRequestType)
WithEncodedTaskRunRequest()

タスク実行要求の種類を指定する関数は、エンコードされたタスクになります。

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

このタスクを実行するレジストリを指定する 関数が呼び出されます。

(継承元 IBlankFromRuns)
WithFileTaskRunRequest()

タスク実行要求の種類を指定する関数は、ファイル タスクになります。

(継承元 IRunRequestType)
WithLinux()

プラットフォームを指定する 関数には Linux OS があります。

(継承元 IPlatform)
WithLinux(Architecture)

プラットフォームを指定する 関数には、アーキテクチャ アーキテクチャを持つ Linux OS が含まれます。

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

プラットフォームを指定する関数には、アーキテクチャ アーキテクチャとバリアントバリアントを持つ Linux OS があります。

(継承元 IPlatform)
WithOverridingValue(String, OverridingValue)

1 つの値をオーバーライドするかどうかと、その値をオーバーライドする方法を指定する 関数。

(継承元 IRegistryTaskRunRequest)
WithOverridingValues(IDictionary<String,OverridingValue>)

オーバーライドされる値があるかどうかを指定する関数と、オーバーライドされる値。

(継承元 IRegistryTaskRunRequest)
WithPlatform(PlatformProperties)

レジストリ タスク実行のプラットフォーム プロパティを指定する 関数。

(継承元 IPlatform)
WithSourceLocation(String)

ソース管理の場所を指定する 関数。

(継承元 IRunRequestExecutableWithSourceLocation)
WithTaskRunRequest(String)

実行する既存のタスクの名前を指定する 関数。

(継承元 IPlatformAltTaskRunRequest)
WithTimeout(Int32)

タイムアウトを指定する 関数。

(継承元 IRunRequestExecutableWithSourceLocation)
WithWindows()

プラットフォームを指定する 関数には、Windows OS があります。

(継承元 IPlatform)
WithWindows(Architecture)

プラットフォームを指定する 関数には、アーキテクチャ アーキテクチャを持つ Windows OS が含まれます。

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

プラットフォームを指定する関数には、アーキテクチャ アーキテクチャとバリアントバリアントを持つ Windows OS があります。

(継承元 IPlatform)

適用対象