30 строки
1.9 KiB
YAML
30 строки
1.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskStep.UpdateStages.Cache"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskStep.UpdateStages.Cache"
|
|
name: "RegistryDockerTaskStep.UpdateStages.Cache"
|
|
nameWithType: "RegistryDockerTaskStep.UpdateStages.Cache"
|
|
summary: "The stage of the container registry Docker<wbr>Task<wbr>Step update allowing to specify whether to have a cache or not."
|
|
syntax: "public static interface **RegistryDockerTaskStep.UpdateStages.Cache**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskStep.UpdateStages.Cache.withCacheEnabled(boolean)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskStep.UpdateStages.Cache.withCacheEnabled(boolean enabled)"
|
|
name: "withCacheEnabled(boolean enabled)"
|
|
nameWithType: "RegistryDockerTaskStep.UpdateStages.Cache.withCacheEnabled(boolean enabled)"
|
|
summary: "The function that specifies the task has a cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "whether caching is enabled."
|
|
name: "enabled"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract RegistryDockerTaskStep.Update withCacheEnabled(boolean enabled)"
|
|
desc: "The function that specifies the task has a cache."
|
|
returns:
|
|
description: "the next stage of the container registry DockerTaskStep update."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RegistryDockerTaskStep.Update?alt=com.microsoft.azure.management.containerregistry.RegistryDockerTaskStep.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "The stage of the container registry DockerTaskStep update allowing to specify whether to have a cache or not."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerregistry"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4
|