Skip to content
Docs Try Aspire

BicepSecretOutputReference Methods

Class Methods 1 member
A reference to a KeyVault secret from a bicep template.
GetValueAsync(CancellationToken) Section titled GetValueAsync(CancellationToken) ValueTask<string?>
The value of the output.
public sealed class BicepSecretOutputReference
{
public ValueTask<string?> GetValueAsync(
CancellationToken cancellationToken = default(CancellationToken))
{
// ...
}
}
cancellationToken CancellationToken optional A Threading.CancellationToken to observe while waiting for the task to complete.