AzureKeyVaultSecretResource Constructor
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.
Represents an Azure Key Vault Secret. Initializes a new instance of the AzureKeyVaultSecretResource class.
public AzureKeyVaultSecretResource(string name, string secretName, Aspire.Hosting.Azure.AzureKeyVaultResource parent, object value);
new Aspire.Hosting.Azure.AzureKeyVaultSecretResource : string * string * Aspire.Hosting.Azure.AzureKeyVaultResource * obj -> Aspire.Hosting.Azure.AzureKeyVaultSecretResource
Public Sub New (name As String, secretName As String, parent As AzureKeyVaultResource, value As Object)
Parameters
- name
- String
- secretName
- String
- parent
- AzureKeyVaultResource
- value
- Object
Remarks
Use ConfigureInfrastructure<T>(IResourceBuilder<T>, Action<AzureResourceInfrastructure>) to configure specific Aspire.Hosting.Azure.Provisioning properties.