BicepValue<T> Class
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.
Represents a value or expression.
public class BicepValue<T> : Azure.Provisioning.BicepValue
type BicepValue<'T> = class
inherit BicepValue
Public Class BicepValue(Of T)
Inherits BicepValue
- T
The type of the value.
- Inheritance
Bicep |
Creates a new BicepValue. |
Bicep |
Creates a new BicepValue. |
Bicep |
Creates a new BicepValue. |
Expression | (Inherited from BicepValue) |
Kind |
Gets the kind of this value (a literal value, an expression, or it's unset). (Inherited from BicepValue) |
Value |
Gets or sets the literal value. You can also rely on implicit conversions most of the time. |
Clear |
Clears a previously assigned literal or expression value. |
Compile() |
Compile this value to a Bicep expression. (Inherited from BicepValue) |
To |
Returns a string that represents the current object. (Inherited from BicepValue) |
IBicep |
Assign a value to this property. (Inherited from BicepValue) |
IBicep |
Gets the expression for this value if it's not a literal. (Inherited from BicepValue) |
IBicep |
Tracks whether this is an output only property. (Inherited from BicepValue) |
IBicep |
Tracks whether this property is required. (Inherited from BicepValue) |
IBicep |
Tracks whether this contains a secure value. (Inherited from BicepValue) |
IBicep |
Gets the kind of this value (a literal value, an expression, or it's unset). (Inherited from BicepValue) |
IBicep |
Get the value of this expression, if it's literal. (Inherited from BicepValue) |
IBicep |
Gets information about where this value was defined. (Inherited from BicepValue) |
IBicep |
Make this value readonly. (Inherited from BicepValue) |
IBicep |
Gets information about where this value was assigned from. (Inherited from BicepValue) |
Unwrap<T>(Bicep |
Unwrap the BicepValue from a model. |
Produkt | Versionen |
---|---|
Azure SDK for .NET | Latest, Preview |
Feedback zu Azure SDK for .NET
Azure SDK for .NET ist ein Open Source-Projekt. Wählen Sie einen Link aus, um Feedback zu geben: