IOverridingValues.WithOverridingValues Method

Definition

The function that specifies the values that override the corresponding values specified under the function withValuesPath().

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskStep.Update.IUpdate WithOverridingValues (System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ContainerRegistry.Fluent.OverridingValue> overridingValues);
abstract member WithOverridingValues : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ContainerRegistry.Fluent.OverridingValue> -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskStep.Update.IUpdate
Public Function WithOverridingValues (overridingValues As IDictionary(Of String, OverridingValue)) As IUpdate

Parameters

overridingValues
IDictionary<String,OverridingValue>

A map which contains the values that will override the corresponding values specified under the function withValuesPath().

Returns

Applies to