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.
Specifies set of certificates that should be installed onto the virtual machines.
public class VaultSecretGroup
type VaultSecretGroup = class
Public Class VaultSecretGroup
- Inheritance
-
VaultSecretGroup
Constructors
VaultSecretGroup() |
Initializes a new instance of the VaultSecretGroup class. |
VaultSecretGroup(SubResource, IList<VaultCertificate>) |
Initializes a new instance of the VaultSecretGroup class. |
Properties
SourceVault |
Gets or sets the relative URL of the Key Vault containing all of the certificates in VaultCertificates. |
VaultCertificates |
Gets or sets the list of key vault references in SourceVault which contain certificates. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET