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