IFileTaskStepAttachable.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.Definition.IFileTaskStepAttachable 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.Definition.IFileTaskStepAttachable
Public Function WithOverridingValues (overridingValues As IDictionary(Of String, OverridingValue)) As IFileTaskStepAttachable
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET