public static interface RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable extends com.microsoft.azure.management.resources.fluentcore.model.Attachable<RegistryTask.DefinitionStages.SourceTriggerDefinition>
com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition<ParentT>, com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinitionAlt<ParentT>, com.microsoft.azure.management.resources.fluentcore.model.Attachable.InUpdate<ParentT>, com.microsoft.azure.management.resources.fluentcore.model.Attachable.InUpdateAlt<ParentT>| Modifier and Type | Method and Description |
|---|---|
RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable |
withOverridingValue(String name,
OverridingValue overridingValue)
The function that specifies a single value that will override the corresponding value specified under the function withValuesPath().
|
RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable |
withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the values that override the corresponding values specified under the function withValuesPath().
|
RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable |
withValuesPath(String path)
The function that specifies the path to the values.
|
RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable withValuesPath(String path)
path - the path to the values.RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable withOverridingValues(Map<String,OverridingValue> overridingValues)
overridingValues - a map which contains the values that will override the corresponding values specified under the function withValuesPath().RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable withOverridingValue(String name, OverridingValue overridingValue)
name - the name of the value to be overridden.overridingValue - the value of the value to be overridden./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/