public class VaultCertificate extends Object
Constructor and Description |
---|
VaultCertificate() |
Modifier and Type | Method and Description |
---|---|
String |
certificateStore()
Get for Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added.
|
String |
certificateUrl()
Get this is the URL of a certificate that has been uploaded to Key Vault as a secret.
|
VaultCertificate |
withCertificateStore(String certificateStore)
Set for Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added.
|
VaultCertificate |
withCertificateUrl(String certificateUrl)
Set this is the URL of a certificate that has been uploaded to Key Vault as a secret.
|
public String certificateUrl()
public VaultCertificate withCertificateUrl(String certificateUrl)
certificateUrl
- the certificateUrl value to setpublic String certificateStore()
public VaultCertificate withCertificateStore(String certificateStore)
certificateStore
- the certificateStore value to setCopyright © 2019. All rights reserved.