次の方法で共有


ContainerRegistryEncodedTaskStep(String) コンストラクター

定義

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

public ContainerRegistryEncodedTaskStep (string encodedTaskContent);
new Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryEncodedTaskStep : string -> Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryEncodedTaskStep
Public Sub New (encodedTaskContent As String)

パラメーター

encodedTaskContent
String

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

例外

encodedTaskContent が null です。

適用対象