你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDockerTaskRunRequestStepAttachable.WithOverridingArguments 方法

定义

指定重写参数及其将替代的内容的函数。

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryDockerTaskRunRequest.Definition.IDockerTaskRunRequestStepAttachable WithOverridingArguments (System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ContainerRegistry.Fluent.OverridingArgument> overridingArguments);
abstract member WithOverridingArguments : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ContainerRegistry.Fluent.OverridingArgument> -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryDockerTaskRunRequest.Definition.IDockerTaskRunRequestStepAttachable
Public Function WithOverridingArguments (overridingArguments As IDictionary(Of String, OverridingArgument)) As IDockerTaskRunRequestStepAttachable

参数

overridingArguments
IDictionary<String,OverridingArgument>

映射包含要重写的参数名称的键和值 OverridingArgument,用于指定重写参数的内容。

返回

适用于