次の方法で共有


IUpdate インターフェイス

定義

RegistryFileTaskStep に関連するすべての更新プログラムのコンテナー インターフェイス。

public interface IUpdate : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskStep.Update.IFileTaskPath, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskStep.Update.IOverridingValues, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskStep.Update.IValuePath, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate>
type IUpdate = interface
    interface IFileTaskPath
    interface IValuePath
    interface IOverridingValues
    interface ISettable<IUpdate>
Public Interface IUpdate
Implements IFileTaskPath, IOverridingValues, ISettable(Of IUpdate), IValuePath
実装

メソッド

Parent()

RegistryFileTaskStep に関連するすべての更新プログラムのコンテナー インターフェイス。

(継承元 ISettable<ParentT>)
WithOverridingValue(String, OverridingValue)

関数 withValuesPath() で指定された対応する値をオーバーライドする 1 つの値を指定する関数。

(継承元 IOverridingValues)
WithOverridingValues(IDictionary<String,OverridingValue>)

関数 withValuesPath() で指定された対応する値をオーバーライドする値を指定する関数。

(継承元 IOverridingValues)
WithTaskPath(String)

タスク ファイルへのパスを指定する 関数。

(継承元 IFileTaskPath)
WithValuesPath(String)

値へのパスを指定する 関数。

(継承元 IValuePath)

適用対象