ArmComputeScheduleModelFactory.KeyVaultKeyReference 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.
Describes a reference to Key Vault Key.
public static Azure.ResourceManager.ComputeSchedule.Models.KeyVaultKeyReference KeyVaultKeyReference(Uri keyUri = default, Azure.ResourceManager.Resources.Models.WritableSubResource sourceVault = default);
static member KeyVaultKeyReference : Uri * Azure.ResourceManager.Resources.Models.WritableSubResource -> Azure.ResourceManager.ComputeSchedule.Models.KeyVaultKeyReference
Public Shared Function KeyVaultKeyReference (Optional keyUri As Uri = Nothing, Optional sourceVault As WritableSubResource = Nothing) As KeyVaultKeyReference
Parameters
- keyUri
- Uri
The URL referencing a key encryption key in Key Vault.
- sourceVault
- WritableSubResource
The relative URL of the Key Vault containing the key.
Returns
A new KeyVaultKeyReference instance for mocking.