public static interface RegistryTaskRun.DefinitionStages.RunRequestType
| Modifier and Type | Method and Description |
|---|---|
RegistryDockerTaskRunRequest.DefinitionStages.Blank |
withDockerTaskRunRequest()
The function that specifies the task run request type will be a Docker task.
|
RegistryEncodedTaskRunRequest.DefinitionStages.Blank |
withEncodedTaskRunRequest()
The function that specifies the task run request type will be an encoded task.
|
RegistryFileTaskRunRequest.DefinitionStages.Blank |
withFileTaskRunRequest()
The function that specifies the task run request type will be a file task.
|
RegistryFileTaskRunRequest.DefinitionStages.Blank withFileTaskRunRequest()
RegistryEncodedTaskRunRequest.DefinitionStages.Blank withEncodedTaskRunRequest()
RegistryDockerTaskRunRequest.DefinitionStages.Blank withDockerTaskRunRequest()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/