IOverridingValues.WithOverridingValues Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET