ICache.WithCacheEnabled(Boolean) Method

Definition

The function that specifies the task has a cache.

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

Parameters

enabled
Boolean

Whether caching is enabled.

Returns

Applies to