Language

BookshelfKeyVaultProperties(Uri, String, String) Constructor

Definition

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.

Applies to