KeyVaultSecretReference Class
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 class KeyVaultSecretReference : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.KeyVaultSecretReference>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeSchedule.Models.KeyVaultSecretReference>
type KeyVaultSecretReference = class
interface IJsonModel<KeyVaultSecretReference>
interface IPersistableModel<KeyVaultSecretReference>
Public Class KeyVaultSecretReference
Implements IJsonModel(Of KeyVaultSecretReference), IPersistableModel(Of KeyVaultSecretReference)
- Inheritance
-
KeyVaultSecretReference
- Implements
Constructors
| Name | Description |
|---|---|
| KeyVaultSecretReference(Uri, WritableSubResource) |
Initializes a new instance of KeyVaultSecretReference. |
Properties
| Name | Description |
|---|---|
| SecretUri |
The URL referencing a secret in a Key Vault. |
| SourceVault |
The relative URL of the Key Vault containing the secret. |