| Modifier and Type | Method and Description |
|---|---|
VaultSecretGroup |
VaultSecretGroup.withSourceVault(com.microsoft.azure.SubResource sourceVault)
Set the relative URL of the Key Vault containing all of the certificates in VaultCertificates.
|
VaultSecretGroup |
VaultSecretGroup.withVaultCertificates(List<VaultCertificate> vaultCertificates)
Set the list of key vault references in SourceVault which contain certificates.
|
| Modifier and Type | Method and Description |
|---|---|
List<VaultSecretGroup> |
VirtualMachineScaleSetUpdateOSProfile.secrets()
Get the List of certificates for addition to the VM.
|
List<VaultSecretGroup> |
VirtualMachineScaleSetOSProfile.secrets()
Get specifies set of certificates that should be installed onto the virtual machines in the scale set.
|
List<VaultSecretGroup> |
OSProfile.secrets()
Get specifies set of certificates that should be installed onto the virtual machine.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withSecrets(List<VaultSecretGroup> secrets)
Set the List of certificates for addition to the VM.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withSecrets(List<VaultSecretGroup> secrets)
Set specifies set of certificates that should be installed onto the virtual machines in the scale set.
|
OSProfile |
OSProfile.withSecrets(List<VaultSecretGroup> secrets)
Set specifies set of certificates that should be installed onto the virtual machine.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/