次の方法で共有


EncodedTaskRunRequest クラス

クイック タスク実行要求のパラメーター。

Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。

継承
azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.RunRequest
EncodedTaskRunRequest

コンストラクター

EncodedTaskRunRequest(*, encoded_task_content: str, platform: _models.PlatformProperties, is_archive_enabled: bool = False, agent_pool_name: str | None = None, log_template: str | None = None, encoded_values_content: str | None = None, values: List[_models.SetValue] | None = None, timeout: int = 3600, agent_configuration: _models.AgentProperties | None = None, source_location: str | None = None, credentials: _models.Credentials | None = None, **kwargs: Any)

変数

type
str

実行要求の種類。 必須です。

is_archive_enabled
bool

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

agent_pool_name
str

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

log_template
str

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

encoded_task_content
str

テンプレート/定義ファイルコンテンツの Base64 エンコード値。 必須です。

encoded_values_content
str

パラメーター/値ファイルコンテンツの Base64 エンコード値。

values
list[SetValue]

タスクの実行時に渡すことができるオーバーライド可能な値のコレクション。

timeout
int

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

platform
PlatformProperties

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

agent_configuration
AgentProperties

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

source_location
str

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

credentials
Credentials

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