ArmNetAppModelFactory.CertificateKeyVaultDetails 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.CertificateKeyVaultDetails CertificateKeyVaultDetails(Uri certificateKeyVaultUri = default, string certificateName = default, Azure.Core.ResourceIdentifier userAssignedIdentity = default);
static member CertificateKeyVaultDetails : Uri * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetApp.Models.CertificateKeyVaultDetails
Public Shared Function CertificateKeyVaultDetails (Optional certificateKeyVaultUri As Uri = Nothing, Optional certificateName As String = Nothing, Optional userAssignedIdentity As ResourceIdentifier = Nothing) As CertificateKeyVaultDetails
Parameters
- certificateKeyVaultUri
- Uri
The base URI of the Azure Key Vault that is used when retrieving the bucket certificate.
- certificateName
- String
The name of the bucket server certificate stored in the Azure Key Vault.
- userAssignedIdentity
- ResourceIdentifier
Optional resource ID of the managed identity that has access to the Azure Key Vault (AKV) secret. If a value is provided, it is used to find a matching entry in the account's collection of user-assigned managed identities. If no match is found, an exception is thrown. If no value is provided, the system-assigned managed identity is used.
Returns
A new CertificateKeyVaultDetails instance for mocking.