Class KeyVaultCertificateProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.CertificateProperties
com.azure.resourcemanager.appplatform.models.KeyVaultCertificateProperties
Properties of certificate imported from key vault.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the certVersion property: The certificate version of key vault.Get the excludePrivateKey property: Optional.Get the keyVaultCertName property: The certificate name of key vault.voidvalidate()Validates the instance.vaultUri()Get the vaultUri property: The vault uri of user key vault.withCertVersion(String certVersion) Set the certVersion property: The certificate version of key vault.withExcludePrivateKey(Boolean excludePrivateKey) Set the excludePrivateKey property: Optional.withKeyVaultCertName(String keyVaultCertName) Set the keyVaultCertName property: The certificate name of key vault.withVaultUri(String vaultUri) Set the vaultUri property: The vault uri of user key vault.Methods inherited from class com.azure.resourcemanager.appplatform.models.CertificateProperties
activateDate, dnsNames, expirationDate, issuedDate, issuer, provisioningState, subjectName, thumbprint
-
Constructor Details
-
KeyVaultCertificateProperties
public KeyVaultCertificateProperties()
-
-
Method Details
-
vaultUri
Get the vaultUri property: The vault uri of user key vault.- Returns:
- the vaultUri value.
-
withVaultUri
Set the vaultUri property: The vault uri of user key vault.- Parameters:
vaultUri- the vaultUri value to set.- Returns:
- the KeyVaultCertificateProperties object itself.
-
keyVaultCertName
Get the keyVaultCertName property: The certificate name of key vault.- Returns:
- the keyVaultCertName value.
-
withKeyVaultCertName
Set the keyVaultCertName property: The certificate name of key vault.- Parameters:
keyVaultCertName- the keyVaultCertName value to set.- Returns:
- the KeyVaultCertificateProperties object itself.
-
certVersion
Get the certVersion property: The certificate version of key vault.- Returns:
- the certVersion value.
-
withCertVersion
Set the certVersion property: The certificate version of key vault.- Parameters:
certVersion- the certVersion value to set.- Returns:
- the KeyVaultCertificateProperties object itself.
-
excludePrivateKey
Get the excludePrivateKey property: Optional. If set to true, it will not import private key from key vault.- Returns:
- the excludePrivateKey value.
-
withExcludePrivateKey
Set the excludePrivateKey property: Optional. If set to true, it will not import private key from key vault.- Parameters:
excludePrivateKey- the excludePrivateKey value to set.- Returns:
- the KeyVaultCertificateProperties object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classCertificateProperties- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-