public static interface RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable extends com.microsoft.azure.management.resources.fluentcore.model.Attachable<RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation>
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 |
|---|---|
RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable |
withBase64EncodedValueContent(String encodedValueContent)
The function that specifies the base64 encoded values content.
|
RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable |
withOverridingValue(String name,
OverridingValue overridingValue)
The function that specifies the overriding value and what it will override.
|
RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable |
withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the overriding values and what they will override.
|
RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable withBase64EncodedValueContent(String encodedValueContent)
encodedValueContent - the base64 encoded values content.RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable withOverridingValues(Map<String,OverridingValue> overridingValues)
overridingValues - map with key of the name of the value to be overridden and value OverridingValue specifying the content of the overriding value.RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable withOverridingValue(String name, OverridingValue overridingValue)
name - the name of the value to be overridden.overridingValue - the content of the overriding value./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/