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

ProvisionableConstruct.DefineDictionaryProperty<T> Method

Definition

protected Azure.Provisioning.BicepDictionary<T> DefineDictionaryProperty<T> (string propertyName, string[]? bicepPath, bool isOutput = false, bool isRequired = false);
member this.DefineDictionaryProperty : string * string[] * bool * bool -> Azure.Provisioning.BicepDictionary<'T>
Protected Function DefineDictionaryProperty(Of T) (propertyName As String, bicepPath As String(), Optional isOutput As Boolean = false, Optional isRequired As Boolean = false) As BicepDictionary(Of T)

Type Parameters

T

Parameters

propertyName
String
bicepPath
String[]
isOutput
Boolean
isRequired
Boolean

Returns

Applies to