VaultSecretGroup 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 set of certificates which are all in the same Key Vault.
public class VaultSecretGroup : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.VaultSecretGroup>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeSchedule.Models.VaultSecretGroup>
type VaultSecretGroup = class
interface IJsonModel<VaultSecretGroup>
interface IPersistableModel<VaultSecretGroup>
Public Class VaultSecretGroup
Implements IJsonModel(Of VaultSecretGroup), IPersistableModel(Of VaultSecretGroup)
- Inheritance
-
VaultSecretGroup
- Implements
Constructors
| Name | Description |
|---|---|
| VaultSecretGroup() |
Initializes a new instance of VaultSecretGroup. |
Properties
| Name | Description |
|---|---|
| SourceVault |
The relative URL of the Key Vault containing all of the certificates in VaultCertificates. |
| VaultCertificates |
The list of key vault references in SourceVault which contain certificates. |