Share via


KeyVaultExtensions.GetSecrets(IConstruct) Method

Definition

Gets all of the KeyVaultSecret in the construct.

public static System.Collections.Generic.IEnumerable<Azure.Provisioning.KeyVaults.KeyVaultSecret> GetSecrets (this Azure.Provisioning.IConstruct construct);
static member GetSecrets : Azure.Provisioning.IConstruct -> seq<Azure.Provisioning.KeyVaults.KeyVaultSecret>
<Extension()>
Public Iterator Function GetSecrets (construct As IConstruct) As IEnumerable(Of KeyVaultSecret)

Parameters

construct
IConstruct

Returns

Applies to