Skip to content
Docs Try Aspire

AzureKeyVaultSecretResource Constructors

Class Constructors 1 member
Represents an Azure Key Vault Secret. Initializes a new instance of the AzureKeyVaultSecretResource class.
Constructor(string, string, AzureKeyVaultResource, object) Section titled Constructor(string, string, AzureKeyVaultResource, object)
Represents an Azure Key Vault Secret. Initializes a new instance of the AzureKeyVaultSecretResource class.
public class AzureKeyVaultSecretResource
{
public AzureKeyVaultSecretResource(
string name,
string secretName,
AzureKeyVaultResource parent,
object value)
{
// ...
}
}
name string
secretName string
value object
Use AzureProvisioningResourceExtensions.ConfigureInfrastructure to configure specific Azure.Provisioning properties.