次の方法で共有


DockerBuildRequest コンストラクター

定義

オーバーロード

DockerBuildRequest()

DockerBuildRequest クラスの新しいインスタンスを初期化します。

DockerBuildRequest(String, PlatformProperties, Nullable<Boolean>, String, String, IList<String>, Nullable<Boolean>, Nullable<Boolean>, String, IList<Argument>, Nullable<Int32>, AgentProperties, String, Credentials)

DockerBuildRequest クラスの新しいインスタンスを初期化します。

DockerBuildRequest()

DockerBuildRequest クラスの新しいインスタンスを初期化します。

public DockerBuildRequest ();
Public Sub New ()

適用対象

DockerBuildRequest(String, PlatformProperties, Nullable<Boolean>, String, String, IList<String>, Nullable<Boolean>, Nullable<Boolean>, String, IList<Argument>, Nullable<Int32>, AgentProperties, String, Credentials)

DockerBuildRequest クラスの新しいインスタンスを初期化します。

public DockerBuildRequest (string dockerFilePath, Microsoft.Azure.Management.ContainerRegistry.Models.PlatformProperties platform, bool? isArchiveEnabled = default, string agentPoolName = default, string logTemplate = default, System.Collections.Generic.IList<string> imageNames = default, bool? isPushEnabled = default, bool? noCache = default, string target = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.Argument> arguments = default, int? timeout = default, Microsoft.Azure.Management.ContainerRegistry.Models.AgentProperties agentConfiguration = default, string sourceLocation = default, Microsoft.Azure.Management.ContainerRegistry.Models.Credentials credentials = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.DockerBuildRequest : string * Microsoft.Azure.Management.ContainerRegistry.Models.PlatformProperties * Nullable<bool> * string * string * System.Collections.Generic.IList<string> * Nullable<bool> * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.Argument> * Nullable<int> * Microsoft.Azure.Management.ContainerRegistry.Models.AgentProperties * string * Microsoft.Azure.Management.ContainerRegistry.Models.Credentials -> Microsoft.Azure.Management.ContainerRegistry.Models.DockerBuildRequest
Public Sub New (dockerFilePath As String, platform As PlatformProperties, Optional isArchiveEnabled As Nullable(Of Boolean) = Nothing, Optional agentPoolName As String = Nothing, Optional logTemplate As String = Nothing, Optional imageNames As IList(Of String) = Nothing, Optional isPushEnabled As Nullable(Of Boolean) = Nothing, Optional noCache As Nullable(Of Boolean) = Nothing, Optional target As String = Nothing, Optional arguments As IList(Of Argument) = Nothing, Optional timeout As Nullable(Of Integer) = Nothing, Optional agentConfiguration As AgentProperties = Nothing, Optional sourceLocation As String = Nothing, Optional credentials As Credentials = Nothing)

パラメーター

dockerFilePath
String

ソースの場所を基準とした Docker ファイル パス。

platform
PlatformProperties

実行を実行する必要があるプラットフォーム プロパティ。

isArchiveEnabled
Nullable<Boolean>

実行に対してアーカイブが有効かどうかを示す値。

agentPoolName
String

実行用の専用エージェント プール。

logTemplate
String

実行ログ成果物のリポジトリとタグ情報を記述するテンプレート。

imageNames
IList<String>

リポジトリとタグを含む完全修飾イメージ名。

isPushEnabled
Nullable<Boolean>

このプロパティの値は、ビルドされたイメージをレジストリにプッシュする必要があるかどうかを示します。

noCache
Nullable<Boolean>

このプロパティの値は、イメージ キャッシュが有効かどうかを示します。

target
String

Docker ビルドのターゲット ビルド ステージの名前。

arguments
IList<Argument>

実行の実行時に使用するオーバーライド引数のコレクション。

timeout
Nullable<Int32>

実行タイムアウト (秒単位)。

agentConfiguration
AgentProperties

実行エージェントのマシン構成。

sourceLocation
String

ソース コンテキストの URL (絶対または相対)。 tar リポジトリまたは git リポジトリへの URL を指定できます。 相対 URL の場合は、listBuildSourceUploadUrl API の呼び出しから相対パスを取得する必要があります。

credentials
Credentials

この実行が呼び出されたときに使用される資格情報のセットを表すプロパティ。

適用対象