Interface SpringService.UpdateStages.WithCertificate

  • All Known Subinterfaces:
    SpringService.Update
    Enclosing interface:
    SpringService.UpdateStages

    public static interface SpringService.UpdateStages.WithCertificate
    The stage of a spring service update allowing to specify the certificate.
    • Method Detail

      • withCertificate

        SpringService.Update withCertificate​(String name,
                                             String keyVaultUri,
                                             String certNameInKeyVault)
        Specifies a certificate in key vault with latest version binding to the spring service.
        Parameters:
        name - the certificate name
        keyVaultUri - the uri for key vault that contains certificate
        certNameInKeyVault - the certificate name in the key vault
        Returns:
        the next stage of spring service update
      • withCertificate

        SpringService.Update withCertificate​(String name,
                                             String keyVaultUri,
                                             String certNameInKeyVault,
                                             String certVersion)
        Specifies a certificate in key vault with specific version binding to the spring service.
        Parameters:
        name - the certificate name
        keyVaultUri - the uri for key vault that contains certificate
        certNameInKeyVault - the certificate name in the key vault
        certVersion - the certificate version in the key vault
        Returns:
        the next stage of spring service update
      • withoutCertificate

        SpringService.Update withoutCertificate​(String name)
        Removes a certificate binding to the spring service.
        Parameters:
        name - the certificate name
        Returns:
        the next stage of spring service update