Interface SpringService.DefinitionStages.WithCertificate

    • Method Detail

      • withCertificate

        SpringService.DefinitionStages.WithCreate 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 definition
      • withCertificate

        SpringService.DefinitionStages.WithCreate 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 definition