BookshelfKeyVaultProperties(Uri, String, String) 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.
Initializes a new instance of BookshelfKeyVaultProperties.
public BookshelfKeyVaultProperties(Uri keyVaultUri, string keyName, string identityClientId);
new Azure.ResourceManager.Discovery.Models.BookshelfKeyVaultProperties : Uri * string * string -> Azure.ResourceManager.Discovery.Models.BookshelfKeyVaultProperties
Public Sub New (keyVaultUri As Uri, keyName As String, identityClientId As String)
Parameters
- keyVaultUri
- Uri
The Key Vault URI.
- keyName
- String
The Key Name in Key Vault.
- identityClientId
- String
The client ID of the identity to use for accessing the Key Vault. Must be a workload identity assigned to the Bookshelf resource.
Exceptions
keyVaultUri, keyName or identityClientId is null.