| Modifier and Type | Method and Description |
|---|---|
VaultSecretGroup |
VaultSecretGroup.withSourceVault(com.microsoft.azure.SubResource sourceVault)
Set the sourceVault value.
|
VaultSecretGroup |
VaultSecretGroup.withVaultCertificates(List<VaultCertificate> vaultCertificates)
Set the vaultCertificates value.
|
| Modifier and Type | Method and Description |
|---|---|
List<VaultSecretGroup> |
VirtualMachineScaleSetOSProfile.secrets()
Get the secrets value.
|
List<VaultSecretGroup> |
OSProfile.secrets()
Get the secrets value.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withSecrets(List<VaultSecretGroup> secrets)
Set the secrets value.
|
OSProfile |
OSProfile.withSecrets(List<VaultSecretGroup> secrets)
Set the secrets value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/