Interface SupportsDeletingById

    • Method Detail

      • deleteById

        void deleteById​(String id)
        Deletes a resource from Azure, identifying it by its resource ID.
        Parameters:
        id - the resource ID of the resource to delete
      • deleteByIdAsync

        Mono<Void> deleteByIdAsync​(String id)
        Asynchronously delete a resource from Azure, identifying it by its resource ID.
        Parameters:
        id - the resource ID of the resource to delete
        Returns:
        a representation of the deferred computation of this call