ArmNetAppModelFactory.CredentialsKeyVaultDetails(Uri, String) Method
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.
public static Azure.ResourceManager.NetApp.Models.CredentialsKeyVaultDetails CredentialsKeyVaultDetails(Uri credentialsKeyVaultUri = default, string secretName = default);
static member CredentialsKeyVaultDetails : Uri * string -> Azure.ResourceManager.NetApp.Models.CredentialsKeyVaultDetails
Public Shared Function CredentialsKeyVaultDetails (Optional credentialsKeyVaultUri As Uri = Nothing, Optional secretName As String = Nothing) As CredentialsKeyVaultDetails
Parameters
- credentialsKeyVaultUri
- Uri
The base URI of the Azure Key Vault that is used when storing the bucket credentials.
- secretName
- String
The name of the secret stored in Azure Key Vault. The associated key pair has the following structure: { "access_key_id": "<REDACTED>", "secret_access_key": "<REDACTED>" }
Returns
A new CredentialsKeyVaultDetails instance for mocking.