IRegistryTaskRunRequest.WithOverridingValues Method

Definition

The function that specifies whether there are any values that will be overridden and what they will be overridden by.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRegistryTaskRunRequest 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.RegistryTaskRun.Definition.IRegistryTaskRunRequest
Public Function WithOverridingValues (overridingValues As IDictionary(Of String, OverridingValue)) As IRegistryTaskRunRequest

Parameters

overridingValues
IDictionary<String,OverridingValue>

A map that has the name of the value to be overridden as the key and the value is an OverridingValue.

Returns

Applies to