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