次の方法で共有


ContainerRegistryEncodedTaskStepUpdateContent クラス

定義

エンコードされたタスク ステップを更新するためのプロパティ。

public class ContainerRegistryEncodedTaskStepUpdateContent : Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryTaskStepUpdateContent
type ContainerRegistryEncodedTaskStepUpdateContent = class
    inherit ContainerRegistryTaskStepUpdateContent
Public Class ContainerRegistryEncodedTaskStepUpdateContent
Inherits ContainerRegistryTaskStepUpdateContent
継承
ContainerRegistryEncodedTaskStepUpdateContent

コンストラクター

ContainerRegistryEncodedTaskStepUpdateContent()

ContainerRegistryEncodedTaskStepUpdateContent の新しいインスタンスを初期化します。

プロパティ

ContextAccessToken

ステップのコンテキストに関連付けられているトークン (ストレージ アカウント BLOB の git PAT または SAS トークン)。

(継承元 ContainerRegistryTaskStepUpdateContent)
ContextPath

タスク ステップのソース コンテキストの URL (絶対または相対)。

(継承元 ContainerRegistryTaskStepUpdateContent)
EncodedTaskContent

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

EncodedValuesContent

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

Values

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

適用対象