次の方法で共有


IPush.WithPushEnabled(Boolean) メソッド

定義

プッシュを指定する関数が有効になっています。

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryDockerTaskStep.Update.IUpdate WithPushEnabled (bool enabled);
abstract member WithPushEnabled : bool -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryDockerTaskStep.Update.IUpdate
Public Function WithPushEnabled (enabled As Boolean) As IUpdate

パラメーター

enabled
Boolean

プッシュが有効になっているかどうか。

戻り値

適用対象