AzureKeyVaultResource Constructors
Class Constructors 1 member
A resource that represents an Azure Key Vault.
Constructor(string, Action<AzureResourceInfrastructure>) Section titled Constructor(string, Action<AzureResourceInfrastructure>) A resource that represents an Azure Key Vault.
public class AzureKeyVaultResource{ public AzureKeyVaultResource( string name, Action<AzureResourceInfrastructure> configureInfrastructure) { // ... }}Parameters
name string The name of the resource. configureInfrastructure Action<AzureResourceInfrastructure> Callback to configure the Azure resources.