你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BicepList<T> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BicepList<T>() |
Creates a new BicepList. |
BicepList<T>(IList<BicepValue<T>>) |
Creates a new BicepList with literal values. |
BicepList<T>()
- Source:
- BicepListOfT.cs
- Source:
- BicepListOfT.cs
Creates a new BicepList.
public BicepList ();
Public Sub New ()
Applies to
BicepList<T>(IList<BicepValue<T>>)
- Source:
- BicepListOfT.cs
- Source:
- BicepListOfT.cs
Creates a new BicepList with literal values.
public BicepList (System.Collections.Generic.IList<Azure.Provisioning.BicepValue<T>>? values);
new Azure.Provisioning.BicepList<'T> : System.Collections.Generic.IList<Azure.Provisioning.BicepValue<'T>> -> Azure.Provisioning.BicepList<'T>
Public Sub New (values As IList(Of BicepValue(Of T)))
Parameters
- values
- IList<BicepValue<T>>