DockerBuildRequest コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
実行を実行する必要があるプラットフォーム プロパティ。
- agentPoolName
- String
実行用の専用エージェント プール。
- logTemplate
- String
実行ログ成果物のリポジトリとタグ情報を記述するテンプレート。
- target
- String
Docker ビルドのターゲット ビルド ステージの名前。
- agentConfiguration
- AgentProperties
実行エージェントのマシン構成。
- sourceLocation
- String
ソース コンテキストの URL (絶対または相対)。 tar リポジトリまたは git リポジトリへの URL を指定できます。 相対 URL の場合は、listBuildSourceUploadUrl API の呼び出しから相対パスを取得する必要があります。
- credentials
- Credentials
この実行が呼び出されたときに使用される資格情報のセットを表すプロパティ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET