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

BicepDictionary<T>.ICollection<KeyValuePair<String,BicepValue>>.Add Method

Definition

void ICollection<KeyValuePair<string,BicepValue>>.Add (System.Collections.Generic.KeyValuePair<string,Azure.Provisioning.BicepValue> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Azure.Provisioning.BicepValue>>.Add : System.Collections.Generic.KeyValuePair<string, Azure.Provisioning.BicepValue> -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Azure.Provisioning.BicepValue>>.Add : System.Collections.Generic.KeyValuePair<string, Azure.Provisioning.BicepValue> -> unit
Sub Add (item As KeyValuePair(Of String, BicepValue)) Implements ICollection(Of KeyValuePair(Of String, BicepValue)).Add

Parameters

Implements

Applies to