public class VaultSecretGroup extends Object
| Constructor and Description |
|---|
VaultSecretGroup() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.SubResource |
sourceVault()
Get the relative URL of the Key Vault containing all of the certificates in VaultCertificates.
|
List<VaultCertificate> |
vaultCertificates()
Get the list of key vault references in SourceVault which contain certificates.
|
VaultSecretGroup |
withSourceVault(com.microsoft.azure.SubResource sourceVault)
Set the relative URL of the Key Vault containing all of the certificates in VaultCertificates.
|
VaultSecretGroup |
withVaultCertificates(List<VaultCertificate> vaultCertificates)
Set the list of key vault references in SourceVault which contain certificates.
|
public com.microsoft.azure.SubResource sourceVault()
public VaultSecretGroup withSourceVault(com.microsoft.azure.SubResource sourceVault)
sourceVault - the sourceVault value to setpublic List<VaultCertificate> vaultCertificates()
public VaultSecretGroup withVaultCertificates(List<VaultCertificate> vaultCertificates)
vaultCertificates - the vaultCertificates value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/