AzureKeyVaultResource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AzureKeyVaultResource(String, Action<AzureResourceInfrastructure>) |
A resource that represents an Azure Key Vault. |
AzureKeyVaultResource(String, Action<ResourceModuleConstruct>) |
A resource that represents an Azure Key Vault. |
AzureKeyVaultResource(String, Action<AzureResourceInfrastructure>)
- Source:
- AzureKeyVaultResource.cs
A resource that represents an Azure Key Vault.
public AzureKeyVaultResource (string name, Action<Aspire.Hosting.Azure.AzureResourceInfrastructure> configureInfrastructure);
new Aspire.Hosting.Azure.AzureKeyVaultResource : string * Action<Aspire.Hosting.Azure.AzureResourceInfrastructure> -> Aspire.Hosting.Azure.AzureKeyVaultResource
Public Sub New (name As String, configureInfrastructure As Action(Of AzureResourceInfrastructure))
Parameters
- name
- String
The name of the resource.
- configureInfrastructure
- Action<AzureResourceInfrastructure>
Callback to configure the Azure resources.
Applies to
AzureKeyVaultResource(String, Action<ResourceModuleConstruct>)
- Source:
- AzureKeyVaultResource.cs
A resource that represents an Azure Key Vault.
public AzureKeyVaultResource (string name, Action<Aspire.Hosting.ResourceModuleConstruct> configureConstruct);
new Aspire.Hosting.Azure.AzureKeyVaultResource : string * Action<Aspire.Hosting.ResourceModuleConstruct> -> Aspire.Hosting.Azure.AzureKeyVaultResource
Public Sub New (name As String, configureConstruct As Action(Of ResourceModuleConstruct))
Parameters
- name
- String
The name of the resource.
- configureConstruct
- Action<ResourceModuleConstruct>
Callback to populate the construct with Azure resources.