BicepOutputReference Methods
Class Methods 2 members
A reference to an output from a bicep template.
Serves as the default hash function.
public sealed class BicepOutputReference{ public override int GetHashCode() { // ... }}Returns
int A hash code for the current object. The value of the output.
public sealed class BicepOutputReference{ public ValueTask<string?> GetValueAsync( CancellationToken cancellationToken = default(CancellationToken)) { // ... }}Parameters
cancellationToken CancellationToken optional A Threading.CancellationToken to observe while waiting for the task to complete.