BicepSecretOutputReference Methods
ClassMethods1 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
cancellationTokenCancellationTokenoptional A Threading.CancellationToken to observe while waiting for the task to complete.