Language

ArmDiscoveryModelFactory.BookshelfKeyVaultProperties Method

Definition

public static Azure.ResourceManager.Discovery.Models.BookshelfKeyVaultProperties BookshelfKeyVaultProperties(Uri keyVaultUri = default, string keyName = default, string keyVersion = default, string identityClientId = default);
static member BookshelfKeyVaultProperties : Uri * string * string * string -> Azure.ResourceManager.Discovery.Models.BookshelfKeyVaultProperties
Public Shared Function BookshelfKeyVaultProperties (Optional keyVaultUri As Uri = Nothing, Optional keyName As String = Nothing, Optional keyVersion As String = Nothing, Optional identityClientId As String = Nothing) As BookshelfKeyVaultProperties

Parameters

keyVaultUri
Uri

The Key Vault URI.

keyName
String

The Key Name in Key Vault.

keyVersion
String

The Key Version 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.

Returns

A new BookshelfKeyVaultProperties instance for mocking.

Applies to