CloudServiceVaultSecretGroup 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 CloudServiceVaultSecretGroup
type CloudServiceVaultSecretGroup = class
Public Class CloudServiceVaultSecretGroup
- Inheritance
-
CloudServiceVaultSecretGroup
Constructors
CloudServiceVaultSecretGroup() |
Initializes a new instance of the CloudServiceVaultSecretGroup class. |
CloudServiceVaultSecretGroup(SubResource, IList<CloudServiceVaultCertificate>) |
Initializes a new instance of the CloudServiceVaultSecretGroup 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. |