public static interface RegistryTask.UpdateStages.TaskStepType
| Modifier and Type | Method and Description |
|---|---|
RegistryDockerTaskStep.Update |
updateDockerTaskStep()
The function that specifies a task step of type DockerTaskStep.
|
RegistryEncodedTaskStep.Update |
updateEncodedTaskStep()
The function that specifies a task step of type EncodedTaskStep.
|
RegistryFileTaskStep.Update |
updateFileTaskStep()
The function that specifies a task step of type FileTaskStep.
|
RegistryFileTaskStep.Update updateFileTaskStep()
RegistryEncodedTaskStep.Update updateEncodedTaskStep()
RegistryDockerTaskStep.Update updateDockerTaskStep()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/