BicepLiteral 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
BicepLiteral(BicepStatement[]) |
Inject literal bicep statements. |
BicepLiteral(String, Statement[]) |
Inject literal bicep statements. |
BicepLiteral(BicepStatement[])
- Source:
- BicepLiteral.cs
Inject literal bicep statements.
public BicepLiteral (params Azure.Provisioning.Expressions.BicepStatement[] statements);
new Azure.Provisioning.Primitives.BicepLiteral : Azure.Provisioning.Expressions.BicepStatement[] -> Azure.Provisioning.Primitives.BicepLiteral
Public Sub New (ParamArray statements As BicepStatement())
Parameters
- statements
- BicepStatement[]
Applies to
BicepLiteral(String, Statement[])
- Source:
- BicepLiteral.cs
Inject literal bicep statements.
public BicepLiteral (string resourceName, params Azure.Provisioning.Expressions.Statement[] statements);
new Azure.Provisioning.Primitives.BicepLiteral : string * Azure.Provisioning.Expressions.Statement[] -> Azure.Provisioning.Primitives.BicepLiteral
Public Sub New (resourceName As String, ParamArray statements As Statement())
Parameters
- resourceName
- String
- statements
- Statement[]
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET