ArmDiscoveryModelFactory.BookshelfKeyVaultProperties 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.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.