Share via


IFileTaskStepAttachable.WithOverridingValue(String, OverridingValue) Method

Definition

The function that specifies a single value that will override the corresponding value specified under the function withValuesPath().

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskStep.Definition.IFileTaskStepAttachable WithOverridingValue (string name, Microsoft.Azure.Management.ContainerRegistry.Fluent.OverridingValue overridingValue);
abstract member WithOverridingValue : string * Microsoft.Azure.Management.ContainerRegistry.Fluent.OverridingValue -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskStep.Definition.IFileTaskStepAttachable
Public Function WithOverridingValue (name As String, overridingValue As OverridingValue) As IFileTaskStepAttachable

Parameters

name
String

The name of the value to be overridden.

overridingValue
OverridingValue

The value of the value to be overridden.

Returns

Applies to