Class AppServiceCertificateInner


  • public final class AppServiceCertificateInner
    extends Object
    Key Vault container for a certificate that is purchased through Azure.
    • Constructor Detail

      • AppServiceCertificateInner

        public AppServiceCertificateInner()
    • Method Detail

      • keyVaultId

        public String keyVaultId()
        Get the keyVaultId property: Key Vault resource Id.
        Returns:
        the keyVaultId value.
      • withKeyVaultId

        public AppServiceCertificateInner withKeyVaultId​(String keyVaultId)
        Set the keyVaultId property: Key Vault resource Id.
        Parameters:
        keyVaultId - the keyVaultId value to set.
        Returns:
        the AppServiceCertificateInner object itself.
      • keyVaultSecretName

        public String keyVaultSecretName()
        Get the keyVaultSecretName property: Key Vault secret name.
        Returns:
        the keyVaultSecretName value.
      • withKeyVaultSecretName

        public AppServiceCertificateInner withKeyVaultSecretName​(String keyVaultSecretName)
        Set the keyVaultSecretName property: Key Vault secret name.
        Parameters:
        keyVaultSecretName - the keyVaultSecretName value to set.
        Returns:
        the AppServiceCertificateInner object itself.
      • provisioningState

        public KeyVaultSecretStatus provisioningState()
        Get the provisioningState property: Status of the Key Vault secret.
        Returns:
        the provisioningState value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.