TargetScopeStatement 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
TargetScopeStatement(BicepExpression) | |
TargetScopeStatement(Expression) |
TargetScopeStatement(BicepExpression)
- Source:
- AST.cs
public TargetScopeStatement (Azure.Provisioning.Expressions.BicepExpression scope);
new Azure.Provisioning.Expressions.TargetScopeStatement : Azure.Provisioning.Expressions.BicepExpression -> Azure.Provisioning.Expressions.TargetScopeStatement
Public Sub New (scope As BicepExpression)
Parameters
- scope
- BicepExpression
Applies to
TargetScopeStatement(Expression)
- Source:
- AST.cs
public TargetScopeStatement (Azure.Provisioning.Expressions.Expression scope);
new Azure.Provisioning.Expressions.TargetScopeStatement : Azure.Provisioning.Expressions.Expression -> Azure.Provisioning.Expressions.TargetScopeStatement
Public Sub New (scope As Expression)
Parameters
- scope
- Expression
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET