| Package | Description |
|---|---|
| com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VaultCertificate |
VaultCertificate.withCertificateStore(String certificateStore)
Set for Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added.
|
VaultCertificate |
VaultCertificate.withCertificateUrl(String certificateUrl)
Set this is the URL of a certificate that has been uploaded to Key Vault as a secret.
|
| Modifier and Type | Method and Description |
|---|---|
List<VaultCertificate> |
VaultSecretGroup.vaultCertificates()
Get the list of key vault references in SourceVault which contain certificates.
|
| Modifier and Type | Method and Description |
|---|---|
VaultSecretGroup |
VaultSecretGroup.withVaultCertificates(List<VaultCertificate> vaultCertificates)
Set the list of key vault references in SourceVault which contain certificates.
|
Copyright © 2019. All rights reserved.