public final class VaultCertificate extends Object
Constructor and Description |
---|
VaultCertificate() |
Modifier and Type | Method and Description |
---|---|
String |
certificateStore()
Get the certificateStore property: For Windows VMs, specifies the certificate store on the Virtual Machine to
which the certificate should be added.
|
String |
certificateUrl()
Get the certificateUrl property: This is the URL of a certificate that has been uploaded to Key Vault as a
secret.
|
void |
validate()
Validates the instance.
|
VaultCertificate |
withCertificateStore(String certificateStore)
Set the certificateStore property: For Windows VMs, specifies the certificate store on the Virtual Machine to
which the certificate should be added.
|
VaultCertificate |
withCertificateUrl(String certificateUrl)
Set the certificateUrl property: 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 set.public String certificateStore()
public VaultCertificate withCertificateStore(String certificateStore)
certificateStore
- the certificateStore value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.