Share via


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