| Modifier and Type | Interface and Description |
|---|---|
static interface |
RegistryFileTaskRunRequest.Definition
Container interface for all the definitions related to a registry file task run request.
|
| Modifier and Type | Method and Description |
|---|---|
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable |
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable.withOverridingValue(String name,
OverridingValue overridingValue)
The function that specifies the overriding value and what it will override.
|
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable |
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable.withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the overriding values and what they will override.
|
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable |
RegistryFileTaskRunRequest.DefinitionStages.FileTaskPath.withTaskPath(String taskPath)
The function that specifies the path to the task file.
|
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable |
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable.withValuesPath(String valuesPath)
The function that specifies the path to the values file.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/